Questions tagged [scheduling]
Questions on managing computation or tasks order. Synchronizing parallel procedures, dynamics objects and so on. It's meant to be a secondary tag to narrow the scope of question already tagged with parallel, dynamic, evaluation and similar tags.
82 questions
2 votes
0 answers
158 views
Scheduling optimization of workers and tasks based on a skills matrix over a fixed period
I'm seeking guidance on formulating a complex scheduling optimization problem in Mathematica. The goal is to allocate a team of 11 workers, each with varying levels of proficiency in 6 skills, to 93 ...
2 votes
1 answer
160 views
How to execute this time-stamped auto-backup function every N minutes?
This code will create a time-stamped backup of the current Notebook. How can I execute it every 5 minutes? ...
2 votes
0 answers
104 views
Using Mathematica as an alarm clock by scheduling a sound file to play at a certain time [closed]
With Mathematica 12.2 I can import a sound file like this: f = Import["F:\\mysound.mp3", "Sound"]; and play it like this: ...
1 vote
1 answer
140 views
How to stop a task deployed to the cloud?
While trying to learn about cloud tasks, I evaluated CloudDeploy[SessionSubmit[ScheduledTask[Print[Now], Quantity[1, "Minutes"]]]] It is now printing the result ...
1 vote
1 answer
106 views
Problem when using TrackedSymbols and UpdateInterval to refresh different expressions at different times inside Dynamic
While attempting to optimize my program, I noticed an issue with the Refresh expressions I am using inside a particular Dynamic[]. I will use a simplified example ...
1 vote
1 answer
383 views
Plot Serial data from Arduino with time date problem
My WM code reads Arduino data from three analog sensors. My code successfully captured the data from the buffer and add the date of capture using the Now[] function....
10 votes
1 answer
171 views
SystemOpen from ScheduledTask
I could bet it used to work, now the following code fails 95% of times: RunScheduledTask[Echo @ SystemOpen @ "https://www.wolfram.com", {1}] Can you reproduce ...
3 votes
2 answers
152 views
MouseOver and Speak
I am having an issue where Mouseover doesn't work with Speak and instead returns Null. All ...