Reputation: 10841
My website runs on gemstone. To provide users with statistical data I need to run periodical tasks. How is this achieved best in gesmtone? From within gemstone or from the operating system? And would be topaz the right way to go?
Upvotes: 0
Views: 227
Reputation: 1
The best way to schedule a task in a gemstone is to first identify the task's priority and align it with the gemstone's energy. For example, using a Citrine for clarity and focus can enhance productivity. Set clear intentions, and choose a specific time each day to work with the gemstone, allowing its vibrations to guide you towards completing the task efficiently.
Upvotes: 0
Reputation: 1293
Using something like cron to fire up a topaz process is the right way to go.
Make sure that you capture stdout of the topaz process and include the purpose and date in the name of the log file.
If the frequency of the task is under say every 5 minutes, then firing up a 'permanent' topaz process (like the maintenance vm) sitting on a Delay is a good way to go.
Some of our customers use CONTROL-M to launch topaz, which includes workflow in it's process scheduling.
Dale
Upvotes: 3