-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactoring Daemon to use new JobInterface * Add InterruptTrait, separate parent daemon/child daemons * Make daemon a JobInterface * WIP checkin that can run a simple loop job * Debugger Daemon can run through the google-cloud-batch daemon * Ignore debugger if the daemon hasn't registered and reported its status * Updating phpdoc * Cleanup job traits * clean up JobConfig variable names * Fix debugger tests * BatchConfigTest->JobConfigTest * Fix tests * Fix snippet tests * Fix merge * Fix unit tests * Fixing tests * New daemon options used by the lazy loaded debuggee * Fix debug failure * Fix type values for traits * Agent provides storage implementation to daemon * Add exponential backoff and exception handling to Agent/Daemon * Force GC in Daemon loop * With combined daemons, you no longer need the additional supervisord config * Fix snippet test * Use eventually consistent test trait for checking debuggeeId in E2E test * Fix typo in E2ETest * We no longer need the google-cloud-debugger script * Remove __wakeup bootstrap file hack * Fix test expectation * Remove commented out test * Fix tests from merge * phpcs fix from merge * Address PR feedback * Adding tests for JobTrait, SimpleJob, SimpleJobTrait * Extra closure serialization client config into a trait * Ensure the deployment succeeds. Retry on 5xx errors * Fix agent starting timing with the daemon registration
- Loading branch information
Showing
41 changed files
with
1,140 additions
and
500 deletions.
There are no files selected for viewing
This file contains 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 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 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.