-
Notifications
You must be signed in to change notification settings - Fork 2
fix: Run exec agent #11
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
Open
zacharyblasczyk
wants to merge
19
commits into
main
Choose a base branch
from
zacharyb/run-exec
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
8223bd0
fix: run exec agent
zacharyblasczyk 01bc449
remove types
zacharyblasczyk e1a6568
move the job_details outside the runtime
zacharyblasczyk 2d98dd4
Mutex
zacharyblasczyk 2d395fb
Async process management and remove nil check
zacharyblasczyk f01a216
fix pid usage by using a in-memmory uuid map
zacharyblasczyk eae19f1
shift to a pointer over a UUID
zacharyblasczyk df80fe2
WIP, fixing infinite loop's and the agent re-running jobs
zacharyblasczyk a29b566
remove the status func and use a go routine to return the status
zacharyblasczyk ab92d45
Fmt
zacharyblasczyk 6d1fda9
testing
zacharyblasczyk 6e6e77c
merge origin main
zacharyblasczyk 840e166
format
zacharyblasczyk 3660019
format
zacharyblasczyk f51d8d4
refactor
zacharyblasczyk 5160555
format
zacharyblasczyk c6fdca4
default interval
zacharyblasczyk 09ccdc6
merge origin main
zacharyblasczyk 33ea1ad
fix the job status logic for pending vs in-progress
zacharyblasczyk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could move input validation above the client creation?