Commit 25cbf72
committed
Fix CLI backup commands not queuing when backup is running (#2299)
Remove the global is_worker_running() check in message_received_event_response()
that was rejecting CLI backup commands when any backup was already running.
The JobsManager already handles proper per-repository queuing:
- Multiple profiles on the same repo queue sequentially
- Multiple profiles on different repos run in parallel
Also add early return when profile has no repo and info-level logging
when a backup is queued via CLI.
Fixes #22991 parent b7bc469 commit 25cbf72
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
| 162 | + | |
| 163 | + | |
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| |||
0 commit comments