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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make assignment asynchronous #83

Open
naderm opened this issue Feb 10, 2015 · 0 comments
Open

Make assignment asynchronous #83

naderm opened this issue Feb 10, 2015 · 0 comments

Comments

@naderm
Copy link
Collaborator

naderm commented Feb 10, 2015

Currently the assign_shifts view hangs for about a minute while members are being assigned to shifts. Ideally, this task should be run as a background job as the Workshift Manager doesn't need to interact with it past start it and being notified of its completion.

We currently use django_cron to schedule periodic tasks, but maybe this would be a good time to look at Celery? It seems to be the popular thing for job queues and it supports both scheduled and asynchronous tasks.

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

No branches or pull requests

1 participant