Hi,
I'm trying to use Recurring Integration Scheduler for the first time: https://github.com/microsoft/Recurring-Integrations-Scheduler/wiki
I installed the application in our cloud hosted DEV environment.
D365 instance validation using service authentication is successful.

Scheduled data job to export customers is created in D365, with recurring every 10 minutes.
Download data job is created in the scheduler application, with equivalent activity id.

The recurrence is running in D365 every 10 minutes.

I created Export job in the scheduler application and schedule it every 10 minutes. When triggered, the job is executing but never finished. No success, no error.

I checked Event viewer, it says the job is called, but with empty activity id.

What am I missing here? Thank you.