This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import arrow | |
import shelve | |
import os.path | |
from datetime import datetime, timedelta | |
# Name of the file used by PersistentScheduler to store the last run times of periodic tasks. | |
FN_CELERYBEAT = 'celerybeat-schedule' |