I've created a crontab in my code and deployed it to a server.
Everything ran fine until one month ago i'd say.
Now my code run, but the crontab never get run.
No idea why.
I'll provide as much info as needed.
Infos :
Python 3.10.6
Modules:
aiocron-1.8
pyairtable-1.3.0
Jinja2-3.1.2
discord.py-2.0.1
aiohttp
aiofiles
@aiocron.crontab("*15 * * * *")
async def gather_new_missions():
doing stuff here
If you have any idea, even running it locally with cron set to everyminute doesn't do anything
I've created a crontab in my code and deployed it to a server.
Everything ran fine until one month ago i'd say.
Now my code run, but the crontab never get run.
No idea why.
I'll provide as much info as needed.
Infos :
Python 3.10.6
Modules:
aiocron-1.8
pyairtable-1.3.0
Jinja2-3.1.2
discord.py-2.0.1
aiohttp
aiofiles
If you have any idea, even running it locally with cron set to everyminute doesn't do anything