Revision 15d4014d settings.py.dist

b/settings.py.dist
193 193

  
194 194
PROTECTED_SUBNETS = ['10.10.0.0/16']
195 195

  
196
CELERYBEAT_SCHEDULE = {
197
    # Executes every day at 01:35 AM 
196
CELERYBEAT_SCHEDULE = { 
198 197
    "every-day-sync": {
199 198
        "task": "flowspec.tasks.check_sync",
200 199
        "schedule": crontab(minute=01, hour=01),
201 200
        "args": (),
202 201
    },
202
    "notify-expired": {
203
        "task": "flowspec.tasks.notify_expired",
204
        "schedule": crontab(minute=01, hour=02),
205
        "args": (),
206
    },
203 207
}
204 208
# whois
205 209
PRIMARY_WHOIS = 'whois.grnet.gr'

Also available in: Unified diff