cronitor
cronitor copied to clipboard
Python3?
Was wondering if there are any plans to migrate to python3?
cronitor-run should already work with both Python 2 and 3. (If it doesn't, please let me know.)
I haven't looked into porting the server yet—it's on my list, but honestly is fairly low priority right now, since it's easy enough to run in a Docker container with Python 2. I know Python 2 is EOL, but I don't generally expect people to be running Cronitor on the open internet without some kind of authentication in front (e.g. an nginx or Apache reverse proxy), so I don't think the security impact of staying on 2 for now is very high.
In any case, the move from 2 to 3 shouldn't be that hard, I just haven't had the time yet. :)