How to set FIRST IN FIRST OUT-Auto Allocation?

FIRST IN FIRST OUT-Auto Allocation : Sends the task request notification based on First-in, First-out (FIFO).

All the created tasks are arranged in a queue and the request for the second task is not sent until the first task gets assigned.

The request is sent to the Agent in batches (same as batch-wise allocation).

Therefore You can create batches based on distance, time, and group size settings.

FIRST IN FIRST OUT-Auto Allocation

1. FIRST IN FIRST OUT-Auto Allocation logic:

a. Firstly Task queues based on first-in-first-out to be maintained at a team level
b. If there are multiple unassigned tasks in the queue until the earliest created task is assigned, the queue wouldn’t move forward (next task won’t be assigned)
c. For the first task on the queue, we can run batch wise algorithm already in the system
d. This would mean if the earliest task remains unattended, other later tasks will all remain unassigned

Clubbing :

This feature allows you to club the tasks which have same address (for pickup or delivery tasks) and connected tasks which have same pickup and satisfy the below parameters for delivery.
The criteria for clubbing the tasks:

a. Firstly, both tasks should have the same pickup location

b. Both tasks should have similar drop location (distance parameter to be defined and can be flexible)

c. Order threshold time (Once the order is received, only after a defined time period, the tasks is available for clubbing)

d. Clubbing Preference (If 2 tasks ( For example T3 & T4) can be grouped with a task (say T1) , the older of the two tasks T3 & T4 gets grouped with T1)

At the time of sending the earliest task in the queue, the system additionally checks if other tasks from the queue can be clubbed. Then those would also be dispatched along with the first task. It would be a single request which if accepted with assign all the tasks to the agent.

There is a limit to the number of orders that can be clubbed and it is flexible.

Finally if two tasks are clubbed, the task oldest in the queue has to be completed before the next task.

If you enjoyed reading this, we’re sure you will also love checking out what we have in store on our YouTube channel. You can also head to our home page for more info!

Was this article helpful?

Related Articles

Leave A Comment?