cronitor icon indicating copy to clipboard operation
cronitor copied to clipboard

Python3?

Open munntjlx opened this issue 5 years ago • 1 comments

Was wondering if there are any plans to migrate to python3?

munntjlx avatar Jan 23 '20 20:01 munntjlx

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. :)

josh-berry avatar Jan 25 '20 23:01 josh-berry