Skip to content

Commit 45df645

Browse files
committed
Add salesforce_sync queue to GoodJob
This commit adds a new queue to GoodJob to run SalesforceSyncJobs on.
1 parent 8d1e392 commit 45df645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/initializers/good_job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ def authenticate_admin
1818
# The create_students_job queue is a serial queue that allows only one job at a time.
1919
# DO NOT change the value of create_students_job:1 without understanding the implications
2020
# 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'
21+
config.good_job.queues = 'create_students_job:1;import_schools_job:1;salesforce_sync:1,default:5'
2222
end

0 commit comments

Comments
 (0)