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

feat: add worker jobs #180

Merged
merged 3 commits into from
Oct 23, 2024
Merged

feat: add worker jobs #180

merged 3 commits into from
Oct 23, 2024

Conversation

ctrox
Copy link
Contributor

@ctrox ctrox commented Oct 22, 2024

This adds worker jobs to the app create/update commands. As a limitation
of CLI flags, it only allows to define one worker job on creation. With
update, you can add/remove as many as possible.

go.mod Outdated Show resolved Hide resolved
@ctrox ctrox force-pushed the deploio-workerjobs branch 2 times, most recently from 33675b4 to 5cabe64 Compare October 23, 2024 08:08
Copy link
Contributor

@thirdeyenick thirdeyenick left a comment

Choose a reason for hiding this comment

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

lgtm 👍

This adds worker jobs to the app create/update commands. As a limitation
of CLI flags, it only allows to define one worker job on creation. With
update, you can add/remove as many as possible.
This adds a select set of labels to the app/build output. Also fixes a
bug in the tailQuery function where labels would be appended instead of
created for ever log line received.

The app logs now show all logs related to an app by default. The output
can be filtered by type if desired.
@ctrox ctrox merged commit b80283f into main Oct 23, 2024
2 checks passed
@ctrox ctrox deleted the deploio-workerjobs branch October 23, 2024 10:38
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