dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.73k stars 959 forks source link

debug messages #512

Open microprediction opened 2 years ago

microprediction commented 2 years ago

In pycharm debug or in google colab we see these warnings:

  It seems that the gevent monkey-patching is being used.
  Please set an environment variable with:
  GEVENT_SUPPORT=True

See also https://github.com/microprediction/timemachines/issues/101