Page MenuHomePhorge

Throw an error if we attempt to release a manually executed job.
ClosedPublic

Authored by mollekopf on Sep 9 2022, 10:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 24, 2:12 PM
Unknown Object (File)
Wed, Jul 24, 10:35 AM
Unknown Object (File)
Sun, Jul 14, 10:50 PM
Unknown Object (File)
Sat, Jul 13, 11:03 PM
Unknown Object (File)
Wed, Jul 10, 11:53 PM
Unknown Object (File)
Tue, Jul 2, 1:49 AM
Unknown Object (File)
Thu, Jun 27, 6:40 PM
Unknown Object (File)
Jun 23 2024, 1:56 AM
Subscribers

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.Sep 9 2022, 10:02 AM
machniak subscribed.

This does not sound right. In your use-case we do release(60) which is not "failing silently" but waiting for domain to be set up and trying again.

This revision now requires changes to proceed.Sep 20 2022, 12:20 PM

I don't think there's anything retrying if we're manually executing the job, so I stand by my proposal.

Please, add an explanatory comment .

This revision is now accepted and ready to land.Sep 20 2022, 1:51 PM

Adjusted tests to expect the exception. All tests are passing.

This revision was automatically updated to reflect the committed changes.