osmbe/osm-welcome-tool

Replace cron job by App Platform worker

Closed this issue · 2 comments

Apparently, there is no way to run a cron job in a container in Digital Ocean App Platform.
They provide Workers for that: https://docs.digitalocean.com/products/app-platform/how-to/manage-workers/

Since the worker is running independently, we need to store the last update of each region in the database (instead of the disk).

I've decided to not go through with AppPlatform. Performances were not good enough.
This is not needed anymore.

See #775