TurtIeSocks / Koji

Geofence manager and route creator
https://koji.vercel.app
MIT License
26 stars 5 forks source link

Tasks/background system #209

Open lenisko opened 12 months ago

lenisko commented 12 months ago

Every time and CPU consuming operation should be placed on the task queue.

Few things to consider:

In case of current implementations, it might be required to create two-way communication between Koji and Golbat / Dragonite - so when tasks are sent by Golbat, Koji would call it back with results. Otherwise, additional calls with task-id might be sent in a loop till we get an answer.