Hi @taylordowns2000, we got this issue Sunday, April 30th on job 3:
"value": "Period: `202304` is after latest open future period: `202303` for data element: `R9iYL185FgN`",
From my understanding, I think this is caused because OpenFN and DHIS2 are operating on different timezones. If we’re in month x, then at the end of the month, OpenFN being on GMT, hits month x+1 before the DHIS2 server. As a result, it tries to push in data a month ahead of what DHIS2 is comfortable with and as a result is rejected.
I think changing the cron expression to this should fix the error:
15 4-23/1 * * *
What do you think?