Skip to content

Instantly share code, notes, and snippets.

@edvm
Created August 19, 2015 20:29
Show Gist options
  • Select an option

  • Save edvm/ba68301b0120731562fc to your computer and use it in GitHub Desktop.

Select an option

Save edvm/ba68301b0120731562fc to your computer and use it in GitHub Desktop.
ubuntu@ip-172-31-16-208:/opt/purify$ celery -A celeryapp.celery beat -l debug
celery beat v3.1.18 (Cipater) is starting.
__ - ... __ - _
Configuration ->
. broker -> redis://ip-172-31-18-1.us-west-2.compute.internal:6379/1
. loader -> celery.loaders.app.AppLoader
. scheduler -> celery.beat.PersistentScheduler
. db -> celerybeat-schedule
. logfile -> [stderr]@%DEBUG
. maxinterval -> now (0s)
[2015-08-19 16:28:27,803: DEBUG/MainProcess] Setting default socket timeout to 30
[2015-08-19 16:28:27,803: INFO/MainProcess] beat: Starting...
[2015-08-19 16:28:27,811: DEBUG/MainProcess] Current schedule:
<Entry: scan-all-sites site_scan.tasks.scan_all_sites() <crontab: 0 3 * * * (m/h/d/dM/MY)>
<Entry: send-site-scan-reports site_scan.tasks.notify_all_site_scan_followers() <crontab: 0 9 * * * (m/h/d/dM/MY)>
<Entry: hipchat-ping tools.tasks.hipchat_ping() <crontab: 29 16 * * * (m/h/d/dM/MY)>
[2015-08-19 16:28:27,811: DEBUG/MainProcess] beat: Ticking with max interval->5.00 minutes
[2015-08-19 16:28:27,822: DEBUG/MainProcess] beat: Waking up in 5.00 minutes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment