Skip to content

fix: doctrine transaction and unified timeout setting#39

Open
HenrikVogel wants to merge 3 commits intomainfrom
feat/job-status-service
Open

fix: doctrine transaction and unified timeout setting#39
HenrikVogel wants to merge 3 commits intomainfrom
feat/job-status-service

Conversation

@HenrikVogel
Copy link
Contributor

@HenrikVogel HenrikVogel commented Mar 11, 2026

No description provided.

@HenrikVogel HenrikVogel force-pushed the feat/job-status-service branch from c8be9b9 to 7e40f04 Compare March 11, 2026 13:58
@HenrikVogel HenrikVogel marked this pull request as ready for review March 11, 2026 16:08
* @return int Number of freed jobs
*/
public function resetStaleJobs(string $groupName, int $minutes): int {
public function resetStaleJobs(string $groupName): int {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this param is a breaking change. Is that fine or do we want to keep accepting a second parameter to override the configured timeout?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants