dbader / schedule

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

Stalled Development Server #546

Open AMAECHI-KIZITO opened 2 years ago

AMAECHI-KIZITO commented 2 years ago

I am trying to use the schedule to update my database at certain time intervals. The schedule is working fine but stalling the development server from running fully. Is there a way round this?

Charlez91 commented 2 years ago

Use asynchronous task queues or workers like celery and redis/rabbitmq to run the task or you perform multithreading for parallel execution

AMAECHI-KIZITO commented 2 years ago

Thank you.I8 already used the background threading method.

On Sat, 24 Sep 2022, 04:25 Charlez91 @.***> wrote:

Use asynchronous task queues or workers like celery and redis/rabbitmq to run the task or you perform multithreading for parallel execution

— Reply to this email directly, view it on GitHub https://github.com/dbader/schedule/issues/546#issuecomment-1256844914, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZQUHS7TGBFW473YDTRQWX3V7ZYBTANCNFSM6AAAAAAQOWXT3U . You are receiving this because you authored the thread.Message ID: @.***>