Recurring execution job cannot be canceled or aborted

Problem: I`ve setup a remote recurring execution job to run hourly at :30 but when I try to cancel/abort it it will cancel only the occurrence and the job will remain queued to run the next hour at :30, if I cancel it again it will cancel the next occurrence but the job will remained queued and it will run after 2h at :30.

Expected outcome: When I cancel the job it should remain canceled and should not run in the future anymore.

**Foreman and Proxy versions:**1.19.0

Foreman and Proxy plugin versions:
foreman-tasks 0.13.4
foreman_ansible 2.2.9
foreman_remote_execution 1.5.6

Let me know if you need any specific logs.

Hi,
to disable a recurring REX job, click the “Recurring logic” tab in job invocation’s details, there click the ID, that will get you to the recurring logic. There you can select cancel from the actions dropdown menu (upper right corner), that should cancel the job for good and no more repetitions should be triggered.

Thanks for the support, It worked fine.