schedule icon indicating copy to clipboard operation
schedule copied to clipboard

Stalled Development Server

Open AMAECHI-KIZITO opened this issue 2 years ago • 2 comments

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?

AMAECHI-KIZITO avatar Sep 16 '22 22:09 AMAECHI-KIZITO

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

Charlez91 avatar Sep 24 '22 03:09 Charlez91

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: @.***>

AMAECHI-KIZITO avatar Sep 24 '22 13:09 AMAECHI-KIZITO