Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delays sending of jobs #35

Merged
merged 1 commit into from Mar 26, 2021
Merged

Delays sending of jobs #35

merged 1 commit into from Mar 26, 2021

Conversation

luceos
Copy link
Contributor

@luceos luceos commented Mar 26, 2021

Jobs currently are being sent before the model is saved. In situations
where the queue is faster than the database the job will fail. This
causes a lot of overhead. This change delays sending of the jobs until
after the model is saved.

Not tested 馃檲

Jobs currently are being sent before the model is saved. In situations
where the queue is faster than the database the job will fail. This
causes a lot of overhead. This change delays sending of the jobs until
after the model is saved.
@imorland imorland merged commit 89aa085 into master Mar 26, 2021
@imorland imorland deleted the dk/postpone-queue-sending branch March 26, 2021 10:21
imorland added a commit that referenced this pull request Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants