Good day!
I have a job in Moralis Cloud that does several http requests for an address.
Moralis.Cloud.job("getBalances", (request) => {
const { params, headers, log, message } = request;
message("Getting token balances for #address");
getBalances(request, "#address");
});
In Moralis Dashboard I scheduled this job yesterday and it was supposed to start earlier today at 00:00 UTC, but it was not started at all and I had to do it manually.
And as you see it on the screenshot, it is scheduled on March 25 instead of April 25, but when you edit it, it is April 25. It is a bug:
So how to run the job every day at some time and could you fix a bug?