Hey Krill!
I would like to understand how cron jobs work and how to configure them for the following usecases
| Name | Schedule | Target | Last Run | Status |
|---|---|---|---|---|
| Memory Distillation | 0 3 * * * (UTC) | Isolated | Feb 28, 03:00 | âś… ok |
| Morning Tech & Global Pulse | 0 8:00 (Cairo) | Main | Feb 28, 06:00 | âś… ok |
| Daily Update (Cairo 8 AM) | 0 8:00 (Cairo) | Main | Feb 28, 06:00 | âś… ok |
| Evening Review & MENA News | 21:00 (Cairo) | Main | Feb 27, 19:00 | âś… ok |
| Weekly Reset - 2026 Res. | Sun 10:00 (Cairo) | Isolated | Feb 22, 08:00 | ❌ error* |
| Weekly Tech & Strategy | Sun 10:00 (Cairo) | Main | Feb 22, 08:00 | âś… ok |
| Monthly Finance Pulse | 1st 11:00 (Cairo) | Isolated | - | (Pending) |
| Luxor Marathon Planning | Sept 1, 2026 | Isolated | - | (One-shot) |
My main issue. Is with delivery. When I attempted to configure a job to run in an isolated agent turn session. it caused the agent to run and do it but then in the main session it was asked to summerize the results in 2-3 sentences which is not ideal for some of these usecases. This was the case in a old version 2026.2.13. Not sure if anything has changed so far.
I changed all job to run within the main session to avoid this issue. But then I noticed that sometimes the main session is not delivering messages to telegram for some reason. Like the messages would appear in the web dashboard but was not sent to telegram.
I asked the agent to specifically send the job result to my telegram id. This solved the issue and was working great for a while until I started noticing that it sometimes sends the message twice. Once using the tool and the other as part of the chat.
Can you guide me to configure my jobs correctly?