schedule
schedule copied to clipboard
Stalled Development Server
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?
Use asynchronous task queues or workers like celery and redis/rabbitmq to run the task or you perform multithreading for parallel execution
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: @.***>