This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
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.
Add
exportEvents
function #408Add
exportEvents
function #408Changes from all commits
51f9921
1c5a6bc
a10a0a0
40b120d
cc3ed77
fa4e15f
cc05f10
b2919e4
a1e3b92
593046a
a5b24ee
e3aa428
1ce0b53
5861232
7087f35
9ae5692
f4a128c
bd23922
5986cc6
dc24f51
f7da25e
2b2d862
2af9ee2
ac43c74
3c4589e
c00ab8f
839464e
5ee6d36
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This is a bit confusing to me: aren't jobs supposed to be callables?
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.
Indeed they are, but the only thing you can actually configure is the payload of a job. So in an effort to reduce boilerplate and not give any wrong ideas, in this
jobs: {}
object you just specify the payload.Basically, I think it's just nicer to write
instead of something with more boilerplate like: