We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1e392 commit 45df645Copy full SHA for 45df645
1 file changed
config/initializers/good_job.rb
@@ -18,5 +18,5 @@ def authenticate_admin
18
# The create_students_job queue is a serial queue that allows only one job at a time.
19
# DO NOT change the value of create_students_job:1 without understanding the implications
20
# of processing more than one user creation job at once.
21
- config.good_job.queues = 'create_students_job:1;import_schools_job:1;default:5'
+ config.good_job.queues = 'create_students_job:1;import_schools_job:1;salesforce_sync:1,default:5'
22
end
0 commit comments