Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][v1.1.0] Support Laravel 11, Logs improvements & maxProcessingTime #1

Merged
merged 8 commits into from
Mar 13, 2024

Conversation

sethsandaru
Copy link
Member

Laravel 11

  • No biggie changes, allow userland to install inbox for Laravel ^11
  • Updated the build

Logs improvement

Now if you run the inbox process with --log=1, it also prints the current msg that being handled (same as queue:work)

--max-processing-time=3600 option

Instead of keeping the process forever, ideally, we should stop the process after an amount of time and let the supervisor re-run it. This will ensure zero memory leaks & reliable process.

You can enter the numbers that you want, by default it is 3600 (1 hour). Note that option is accepting seconds value

@sethsandaru sethsandaru self-assigned this Mar 13, 2024
Copy link

codecov bot commented Mar 13, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@sethsandaru sethsandaru merged commit b847bce into main Mar 13, 2024
2 checks passed
@sethsandaru sethsandaru deleted the allow-laravel-11 branch May 12, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant