Skip to content

Instantly share code, notes, and snippets.

@ritwickraj78
Last active July 20, 2020 15:23
Show Gist options
  • Save ritwickraj78/a9e8c003742fcd7c6c4fe9feab68acf0 to your computer and use it in GitHub Desktop.
Save ritwickraj78/a9e8c003742fcd7c6c4fe9feab68acf0 to your computer and use it in GitHub Desktop.
INSTALLED_APPS = [
....
....
"django_apscheduler"
]
SCHEDULER_CONFIG = {
"apscheduler.jobstores.default": {
"class": "django_apscheduler.jobstores:DjangoJobStore"
},
'apscheduler.executors.processpool': {
"type": "threadpool"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment