Questions tagged [queue-table]
3 questions
7
votes
7 answers
Working out the SQL to query a priority queue table
I am implementing a small queue to handle which process gets to run first. I am using a table in a database to do this. Here is the structure of the table (I'm mocking it up in SQLite):
"id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL…

BrianH
- 7,932
- 10
- 50
- 71
4
votes
4 answers
Queue using table
I need to implement a queue using table.
The business requirement is to have a single queue which will be accessed by 5-10 boxes to get the next job/jobs. There will not be more than 5000 jobs per day. Also, a batch of jobs should be "dequeued" at…

Tequila Guy
- 113
- 1
- 10
0
votes
2 answers
Return Table Data in Queue Trigger function
I have been trying to return Table Storage rows back in Queue Trigger Function URL, But could not getting success. Below is my code.
public static async Task
- > Run([QueueTrigger("send-patches-list", Connection =…

bhupinder
- 315
- 1
- 6
- 23