Push controlled tickets
This process is now multithreading and interruptible.
This batch pushes the controlled status of the tickets to TIXnGO
The tickets pushed are all the ones that:
- Have been injected
- Have been controlled
- Comply with the filter (shipment mode)
- Have not been already pushed by that function for that given interface
Recommended frequency
Every 5 minutes. Can run every minute during event.
Recommended batch size
10 000
Date from
...
Objectives
Synchronize S-360 Ticket Status (in this case Controlled) with TIXNGO Ticket Status.
How to create or configure the Push Controlled function?
Go the Schedules screen and click New button. Select the function you want, in this case "Push controlled tickets" to add and Click Next.
Function has been provisioned, the configuration can start.
Field | Mandatory | Description | |
---|---|---|---|
Internal name | Yes | Name for this function | |
Launch | Yes | Either Manual or Automatic In case Automatic is selected, it's necessary to configure Frequency, Start, End | |
Frequency | Yes* | Simple integration :
Advanced integration, high performance scenario :
| |
Batch Size | Yes | 10 000 | |
Date from | No USE WITH CAUTION | If the date is specified (format DD/MM/YY hh:mm), the function will send to TIXNGO all controlled tickets as if the last successful execution of the function was at the given date. In case of an automatic schedule, the same tickets will be sent over and over again. | |
Shipment modes | Yes | API Key of your TIXNGO Organizer ADMIN account | |
Force Ticket Tax Numbers | No USE WITH CAUTION | List of Ticket Numbers aka Tax numbers (comma separated) to be sent to TIXNGO (ie the function will only push thee ones from the list). In case of an automatic schedule, the same tickets will be sent over and over again. | |
Skip Ticket Tax Numbers | No Use with caution | List of Ticket Numbers aka Tax numbers (comma separated) to NOT be sent to TIXNGO (ie the function ignores them) In case of an automatic schedule, the same tickets will be ignored over and over again. | |
Notify spectator | No | ||
File to upload | No USE WITH CAUTION | Will parse the attached file and send the list of tickets to TIXNGO In case of an automatic schedule, the same tickets will be sent over and over again. |
...
Do not use it if you don't understand clearly the usage.
...
Nominal behavior of the function
The function will only push to TIXNGO, the already injected tickets that
- have been marked as Controlled in S-360 (alongside with Access Control timestamp)
comply with the selected filters (Shipment Modes, Force Tickets, Skip Tickets)
- have not been already sent to TIXNGO by this function
Specific behaviour the Push Controlled function?
Under the hood, the Push Controlled function supports now Long Run with Multithreading
This process is now multithreading and interruptible.
This batch pushes the controlled status of the tickets to TIXnGO
In case of an automatic schedule, the same tickets will be sent over and over again.