That's actually the tool URL, not the cartridge URL (cartridge URLs end with .
xml), and that seems to be configured just fine. If you're worried, just launch into the tool; if it's not configured correctly, you'll know about it (it won't launch). It also definitely won't launch if you haven't linked a valid activity to the published tool (so definitely check/fix that).
The fail delay is a mechanism used to delay future runs of the task when the task is failing a lot, and it's used to make sure we don't retry too often under fail conditions. If the task is working properly (without throwing exceptions), then it'll run as originally configured (which may be every minute, every 30, etc). In your case, the delay is currently very high, at 61440 seconds (17 hours), so that very well could be the reason you're not seeing grade sync happening - because it's only running ~ 1 times/day.
So, there must be exceptions being thrown in the run, but I'm not seeing them in the small sample of the task output shown above. Clicking "Run now" should allow you to see this, and then we can troubleshoot that further. That, or you can clear the fail delay (but the problem may come back again if you don't resolve/address the source of the exceptions). If you can post the exceptions here, that would be helpful. You're looking for something like:
"Scheduled task failed: Publish as LTI tool grade sync (enrol_lti\task\sync_grades)" at the bottom of the task run output.
Hope that helps
Jake