What do you use for running scheduled tasks in Production for Python? -


the thing is, read this post stating best practices set code run @ every specified interval on period of time using python library - aps scheduler. now, works fine if on test environment , run application command prompt.

however, come background projects university level , never ran in production one, to. have access aws , can configure kind of server on aws , open other options well. great if headstart on if have run application service server or remote machine without having monitoring , providing interrupts on command prompt.

i not have experience of running python applications in production input appreciated. also, not know how execute code in production (except through aws cli) session expires once close cli not seem appropriate way on end appreciated too.

the answer simple , not make lot of sense , might not applicable all.

now, had python flask application configured app in virtual environment using eb-virt on aws server , created executable wsgi script ran service using mod_wsgi plugin apache http server , able run app.


Comments