Mateus Junges
Mateus Junges
Hi @francoisauclair911 sorry for my late response, I'm switching jobs right now and due to that I'm having a really busy week. Answering your question: When `auto-commit` is enabled, Kafka...
I'm closing this due to lack of updates. Feel free to reopen or create a new issue if I have not answered your question.
@faacsousa i think the better is to not track jobs that aren't dispatched. If a job implementst `ShouldBeUnique` and the condition matches, this job will not be dispatched by laravel....
Hi @LocalHeroPro, at this moment i don't have any frontend. I have plans to add it in the future, or you can submit a PR if you want to. Thanks!
I don't have any mockup, but i think in something like the UI of the deployment pipeline on Laravel Vapor. You can check it in [this video](https://youtu.be/XsPeWjKAUt0?t=1231), or in the...
@madalinigniscaI i intend to make a separate package, containing only the frontend for these, so you only install it if you want to.
@LocalHeroPro it still a work in progress, but you can install and test it if you want to: https://github.com/mateusjunges/laravel-trackable-jobs-ui ``` composer require mateusjunges/laravel-trackable-jobs-ui ``` PRs are welcome!
Hi @scottgrobinson I'm returning from my vacation trip today, I'll look into this tomorrow. Thanks for reporting.
Hi @scottgrobinson sorry for my late response. Actually, with #33 the `__constructor` method expects null or a `Model` instance as the first parameter, and a `bool` as the second parameter,...
Hey @tharyono what's your use case for custom commiter exactly?