Block a user
WIP: Allow jobs to be submitted in
paused
status
aac55e7e3c
Manager: Support pausing jobs
1330487078
OAPI: regenerate code
8a82b1ee0a
OAPI: add pause-requested job status
adac7bbb37
Manager: function rename
8e1f481bf1
Merge remote-tracking branch 'official/main' into paused-job-status
842d1ab9a4
Manager: convert storing authored jobs from gorm to sqlc
bfe47ea394
Manager: convert task scheduler from gorm to sqlc
d86c97d06e
Manager: Use require.XXX() functions in task scheduler test
3f53a9ad2a
Merge remote-tracking branch 'origin/paused-job-status' into submit-as-paused
484f746f92
Manager: add more test cases for paused status
009ad23da1
Manager: all original test cases passed
8f067da901
Manager: wrap job pause condition inside a function
WIP: Allow jobs to be submitted in
paused
status
7835cb8c6d
OAPI: add "submit_as_paused" field to SubmittedJob
d510eb390c
Manager: reorder logic
01754e9e3c
Manager: correct logger message and reorder logic
05a1388106
Webapp: update canCancel to properly expose bugs
a569a1ce00
Manager: pauseTasks keeps cancelled tasks as cancelled
Support pausing jobs
So for the pausing to be complete, we need all tasks to be in paused
state, including tasks that are runnable but not in active
state? In other words, instead of checking the number of active…