diff options
author | Valery Piashchynski <[email protected]> | 2021-08-12 11:28:45 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-08-12 11:28:45 +0300 |
commit | 4169e8374f581ba2213f8cd1833cc6b9b84438e8 (patch) | |
tree | b1d911fbd0ef5960c0513553d8be94809db8b14b /plugins/jobs/rpc.go | |
parent | bf2f7167ae49ecac981c7c18a9b9b496fd0a514c (diff) |
Fix various bugs in the SQS. Implement SQS tests for the
jobs_ok.php/jobs_err.php workers.
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/jobs/rpc.go')
-rw-r--r-- | plugins/jobs/rpc.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/jobs/rpc.go b/plugins/jobs/rpc.go index 717ce33b..af1e12c0 100644 --- a/plugins/jobs/rpc.go +++ b/plugins/jobs/rpc.go @@ -13,20 +13,6 @@ type rpc struct { p *Plugin } -/* -List of the RPC methods: -1. Release - single job push -2. PushBatch - push job batch - -3. Reset - managed by the Resetter plugin - -4. Pause - pauses set of pipelines -5. Resume - resumes set of pipelines - -6. Workers - managed by the Informer plugin. -7. Stat - jobs statistic -*/ - func (r *rpc) Push(j *jobsv1beta.PushRequest, _ *jobsv1beta.Empty) error { const op = errors.Op("jobs_rpc_push") |