I would like to use the set_scheduling function. It is configured in init.lua but does not seem to take effect. My expectation, I am injecting emails prior to start time, the emails should be held in queue and then released at the start time.
Hey there @ingenious-echidna, thanks for posting. Please read the “Troubleshooting” and “How to Ask for Help” buttons below. If you would like a 1:1 support session from the KumoMTA team, details are at the “Book a Support Session” button below.
FYI, I am setting up a “man in the middle” test for Kumo in AWS. The “kumo_source1” will be the MTA to hold the email payload that is then released at a specific time. the target via smart host is “kumo-mta1”
The timestamp in the logs translates to “Tue, 09 Apr 2024 17:21:26 GMT”
The time you set for scheduled delivery is
tz = 'Etc/UTC',
start = '17:00:00',
['end'] = '19:00:00',```
My expectation under those circumstances would be immediate delivery.
Am I reading that incorrectly?
or debug info in the journal? I’m a little embarrased to say that I just saw that there’s some stray debug printing in the scheduling logic that I apparently forgot to remove. The good news is that it may help us understand what’s happening here.