Skip to content

Instantly share code, notes, and snippets.

@HanSooloo
Created August 5, 2022 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HanSooloo/3418d7c5b10ee6cc2e68a2393d6aa51d to your computer and use it in GitHub Desktop.
Save HanSooloo/3418d7c5b10ee6cc2e68a2393d6aa51d to your computer and use it in GitHub Desktop.
2022-08-05 09:25:49,476: INFO apscheduler_logtest - <module>: Logging system has been initialized
2022-08-05 09:25:49,844: INFO base - add_job: Adding job tentatively -- it will be properly scheduled when the scheduler starts
2022-08-05 09:25:49,845: INFO apscheduler_logtest - <module>: Press Ctrl+C
2022-08-05 09:25:49,846: INFO base - _real_add_job: Added job "tick" to job store "default"
2022-08-05 09:25:49,846: INFO base - start: Scheduler started
2022-08-05 09:25:49,846: DEBUG base - _process_jobs: Looking for jobs to run
2022-08-05 09:25:49,846: DEBUG base - _process_jobs: Next wakeup is due at 2022-08-05 09:25:52.844546+08:00 (in 2.998023 seconds)
2022-08-05 09:25:52,848: DEBUG base - _process_jobs: Looking for jobs to run
2022-08-05 09:25:52,850: DEBUG base - _process_jobs: Next wakeup is due at 2022-08-05 09:25:55.844546+08:00 (in 2.995660 seconds)
2022-08-05 09:25:52,871: INFO apscheduler_logtest - tick: Tick: 2022-08-05 01:25:52.871458
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment