upstash / qstash-js

Message queue for serverless
https://docs.upstash.com/qstash
MIT License
158 stars 15 forks source link

Event filter #85

Closed MeshanKhosla closed 5 months ago

MeshanKhosla commented 5 months ago

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.