You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PickupConnect will determine a time to call your friends and then "queue" the call for a scheduled time. We need a tool to handle the background processing of these phone calls, to place them at the scheduled time.
Celery with the Django integration is the preferred and supported way to do this:
PickupConnect will determine a time to call your friends and then "queue" the call for a scheduled time. We need a tool to handle the background processing of these phone calls, to place them at the scheduled time.
Celery with the Django integration is the preferred and supported way to do this:
django-celery
http://ask.github.com/django-celery/
The text was updated successfully, but these errors were encountered: