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

[develop] Support batches #844

Merged
merged 13 commits into from
May 28, 2020
Merged

[develop] Support batches #844

merged 13 commits into from
May 28, 2020

Conversation

themsaid
Copy link
Member

@themsaid themsaid commented May 27, 2020

Screen Shot 2020-05-27 at 2 40 03 PM

Screen Shot 2020-05-27 at 5 40 18 PM

Screen Shot 2020-05-27 at 2 40 27 PM

@themsaid themsaid marked this pull request as draft May 27, 2020 12:52
@themsaid themsaid marked this pull request as ready for review May 28, 2020 10:37
@taylorotwell taylorotwell merged commit 4d728b8 into laravel:develop May 28, 2020
@mbardelmeijer
Copy link
Contributor

mbardelmeijer commented Jun 9, 2020

Hey @themsaid, we ran into a issue with the Batch interface locally when running Laravel 8 (master) & Horizon develop branch. We get the following error while trying to opening a batch:

image

It seems like the options field isn't passed through from the API. The fields are available in the database, but don't think the $this->batch->find method includes those.

Happy to help to debug.

@driesvints
Copy link
Member

@mbardelmeijer will be fixed when laravel/framework#33263 is merged. Thanks!

@markvaneijk
Copy link
Contributor

markvaneijk commented Sep 7, 2021

Wouldn't it be nice to show the jobs inside a batch with runtime/completion? Currently it only shows failed jobs.

If there is interest in this I would like to invest time in a PR.

@driesvints @themsaid

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.

5 participants