background task to update cards #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i need a way to run background tasks such as updating the cards. this only needs to happen every friday, so nothing too heavy.
i've decided on using cron/systemd timers and a script that interacts with the db. the reasons are:
background tasksto background task to update cardsif i end up adding more types of task, maybe i will put in the work to use celery and a broker. but for now this is quite good