Questions tagged [event-scheduler]

5 questions
8
votes
1 answer

MySQL damaged system tables

I ran a query that hung my mysql dameon pretty bad. Still not sure what thats about. When I tried to restart MySQL, I was getting errors that the service could not be stopped, so I killed the process (probably not a good idea in hindsight). When I…
TechplexEngineer
  • 255
  • 1
  • 3
  • 7
2
votes
0 answers

Pass null arguments in an scheduled task xml file

I am trying to run a batch file when some specific events occurs and I want to pass some null arguments to one of my tasks. The problem is that I don't know how. I have tried a lot of combinations but without success. My xml files looks something…
1
vote
1 answer

Does Zmanda support backup Event Scheduler?

I've been digging up the Zmanda Wiki, but cannot find out any option to backup the event scheduler (--events, -E). Does Zmanda support it?
quanta
  • 51,413
  • 19
  • 159
  • 217
0
votes
1 answer

MySQL scheduler

Every time I restart the MySQL server, the event scheduler gets dissabled. I can't find any variable in the my.cnf to enable this, does anyone know a solution ?
Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93
0
votes
1 answer

Kubernetes or Docker-Compose - how to immediately spawn new docker image from queue

I have a list of scheduled work items. When a work item is "ready", a "Scheduler" should dynamically start a "Worker" Docker image. "Worker" runs 15-240 minutes to completion. If not enough resources, "Scheduler" should wait and promptly try…
Michael Cole
  • 472
  • 5
  • 13