Skip to content
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

Event filter #85

Merged
merged 5 commits into from
Apr 24, 2024
Merged

Event filter #85

merged 5 commits into from
Apr 24, 2024

Conversation

MeshanKhosla
Copy link
Contributor

Add support for filtering events by the following fields:

messageId: string;
state: State;
url: string;
topicName: string;
scheduleId: string;
queueName: string;
fromDate: number; // unix timestamp (ms)
toDate: number; // unix timestamp (ms)

Also introduce a count argument for better pagination.

src/client/client.ts Outdated Show resolved Hide resolved
@ogzhanolguncu ogzhanolguncu merged commit 7d3eae1 into upstash:main Apr 24, 2024
@MeshanKhosla MeshanKhosla deleted the event-filter branch April 24, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants