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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add action processing queues #146
Add action processing queues #146
Changes from 55 commits
9eefcc3
279422d
7a37946
f245925
4823096
6a63781
86e343d
75b2f32
de451fc
3cc8d5f
e065beb
f10de20
3d6847f
edf931f
3ab59e9
9518518
6cff1da
51d2623
a472744
55cd58b
4111eed
c8dd5df
0ffe131
8ab1940
b0f0d69
e9c74c1
d04eaeb
5732085
3421325
79ea1ff
13365e7
5ea5d90
6a18219
165cc87
a068af5
40de15c
f018ab4
79b4bf6
96ceb63
0f0b88f
cb01eb3
f5a86ac
6061995
6296643
4027724
13cff3e
1e41a51
7fad4e6
7d7b760
4434b44
2b94ecb
0bf8f43
040e23e
a885f92
b80bd7d
5f6f10c
34e9bd1
8afebda
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.
You can’t check
action.id
until you checkaction.type
. Diferent actions could have a very dfferent data inaction
with possible collisions.So add
logux/processed
or something here. But I think we should checkmeta.id
to mark tasks as processed on their ownprocessed
event, not onprocessed
event oflogux/processed
action for that action.