High performance job queue and worker system.
At present, you can create a queue and ingest the job into respective queue. The jobs are executed based on the timestamp provided. The timings for the jobs must be provided in the UTC format.
Below functionalities are supported based on the specified time:
- API calling
- Function Calling (node & python)
For setting up the project locally, you can follow the setup instructions.