-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Implement ephemeral and expires at feature (#972)
* Implement ephemeral and expires at feature Ephemeral jobs will be deleted after the first successful execution Expiring jobs won't be executed after the indicated datetime
- Loading branch information
Victor Castell
authored
May 29, 2021
1 parent
426c8a3
commit 2538be5
Showing
26 changed files
with
446 additions
and
337 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
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,23 +1,23 @@ | ||
{ | ||
"files": { | ||
"main.css": "./static/css/main.356b93bb.chunk.css", | ||
"main.js": "./static/js/main.080a47b0.chunk.js", | ||
"main.js.map": "./static/js/main.080a47b0.chunk.js.map", | ||
"runtime-main.js": "./static/js/runtime-main.7a7f3ef5.js", | ||
"runtime-main.js.map": "./static/js/runtime-main.7a7f3ef5.js.map", | ||
"static/js/2.f94c37f3.chunk.js": "./static/js/2.f94c37f3.chunk.js", | ||
"static/js/2.f94c37f3.chunk.js.map": "./static/js/2.f94c37f3.chunk.js.map", | ||
"static/js/3.7b2d85fb.chunk.js": "./static/js/3.7b2d85fb.chunk.js", | ||
"static/js/3.7b2d85fb.chunk.js.map": "./static/js/3.7b2d85fb.chunk.js.map", | ||
"main.js": "./static/js/main.b44783f2.chunk.js", | ||
"main.js.map": "./static/js/main.b44783f2.chunk.js.map", | ||
"runtime-main.js": "./static/js/runtime-main.47b35914.js", | ||
"runtime-main.js.map": "./static/js/runtime-main.47b35914.js.map", | ||
"static/js/2.0df4b2d4.chunk.js": "./static/js/2.0df4b2d4.chunk.js", | ||
"static/js/2.0df4b2d4.chunk.js.map": "./static/js/2.0df4b2d4.chunk.js.map", | ||
"static/js/3.3693b650.chunk.js": "./static/js/3.3693b650.chunk.js", | ||
"static/js/3.3693b650.chunk.js.map": "./static/js/3.3693b650.chunk.js.map", | ||
"index.html": "./index.html", | ||
"static/css/main.356b93bb.chunk.css.map": "./static/css/main.356b93bb.chunk.css.map", | ||
"static/js/2.f94c37f3.chunk.js.LICENSE.txt": "./static/js/2.f94c37f3.chunk.js.LICENSE.txt", | ||
"static/js/2.0df4b2d4.chunk.js.LICENSE.txt": "./static/js/2.0df4b2d4.chunk.js.LICENSE.txt", | ||
"static/media/dkron-logo.cd9d7840.png": "./static/media/dkron-logo.cd9d7840.png" | ||
}, | ||
"entrypoints": [ | ||
"static/js/runtime-main.7a7f3ef5.js", | ||
"static/js/2.f94c37f3.chunk.js", | ||
"static/js/runtime-main.47b35914.js", | ||
"static/js/2.0df4b2d4.chunk.js", | ||
"static/css/main.356b93bb.chunk.css", | ||
"static/js/main.080a47b0.chunk.js" | ||
"static/js/main.b44783f2.chunk.js" | ||
] | ||
} |
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
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.