Python Forum
problem for noonstop automation program
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem for noonstop automation program
#1
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?
Reply
#2
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
Reply
#3
@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
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020