You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Everytime a queue is enabled/disabled or started/stopped,
the current queue state is commited to the KVS for checkpointing. This
is an unnecessary amount of checkpointing, as it is
only really needed when the job-manager module is unloaded.
Solution: Do not sync queue state to the KVS everytime the queue state
is modified. Only do this when the module is unloaded.
Fixesflux-framework#4804
0 commit comments