Python Forum

Full Version: problem for noonstop automation program
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
sorry for my bad English or the wrong section.

i learn Python to do some automation,
so my code is running as long there data need to be processed,
but this is a weird thing that happened,
when I run the program for hours,
randomly the program does something unexpected like :
-stopping,
-producing the wrong result,
-close by to self,
-some features cannot be used

Is it only me or do you get this weird thing too?
kucingkembar Wrote:when I run the program for hours,
randomly the program does something unexpected like :
Usually should not run program/task for hours/days.
This is where schedule comes in to do kind of tasks.
All OS has it build in eg Cron(Linux,Mac) Windows(Task Scheduler).
For Python eg schedule, APScheduler, scheduler
@snippsat,
like i said before
"so my code is running as long there data need to be processed,"
so I can't use this scheduling thing