Our pure JavaScript Scheduler component


Post by gearheart »

Hello,

I need help with scheduler usage on the backend.

In our system users can edit individual tasks using different methods, including direct API calls with their Zapier integrations. We need to implement schedule update on the backend, when single task is changed.

I have access to the scheduler js engine, which can be used with node. As far as I understand, I need to provide the node.js engine with a set of existing tasks and then initiate an edit. What worries me is that users can easily have thousands of tasks and I really don't want to pull all of them into memory just to check if anything needs rescheduling.

How would you recommend to approach this task? Is there a smart way to gradually pull tasks from the store only if they are affected by the schedule change?


Post by marcio »

Hey gearheart,

Thanks for reaching out.

Is it the same question that you asked here? viewtopic.php?p=154428#p154428

Best regards,
Márcio


Post Reply