-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Job Launcher] Job cancelation (#844)
* Added cancel job functionality * Updated job controller * Updated type to patch and validation params approach * Updated job cancelation logic * Added job cancel functionality * Added enums webhook * Resolved comments * [Job Launcher] Added job id relation to the payment (#835) * Updated payment entity and migration * Updated job service * Updated unit tests * Updated unit tests * [Job Launcher] Added job cancelation cron endpoint for vercel (#838) * Added cancel crone endpoint * Updated vercel.json * Updated controller * Updated storage clietn params order * Resolved conflicts
- Loading branch information
1 parent
115e88f
commit 956a5ed
Showing
8 changed files
with
311 additions
and
133 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
export enum EventType { | ||
ESCROW_CREATED = 'escrow_created', | ||
ESCROW_CANCELED = 'escrow_canceled', | ||
TASK_CREATION_FAILED = 'task_creation_failed', | ||
} |
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
67 changes: 0 additions & 67 deletions
67
packages/apps/job-launcher/server/src/modules/job/job.cron.ts
This file was deleted.
Oops, something went wrong.
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.
956a5ed
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.
Successfully deployed to the following URLs:
job-launcher-server – ./packages/apps/job-launcher/server
job-launcher-server-git-develop-humanprotocol.vercel.app
job-launcher-server-humanprotocol.vercel.app
job-launcher-server-nine.vercel.app