Commit Graph

127 Commits

Author SHA1 Message Date
mr
6d8efd137a After 2026-03-16 12:32:39 +01:00
mr
4a076ba237 SchedulingSessionID 2026-03-16 11:45:58 +01:00
mr
deb819c5af After check 2026-03-16 11:41:05 +01:00
mr
55a039bd66 follow date 2026-03-16 11:40:00 +01:00
mr
a86e78841b base draft 2026-03-16 10:59:31 +01:00
mr
465b91fd6e Draft booking flow 2026-03-16 08:52:31 +01:00
mr
12ba346427 bookingstate 2026-03-13 14:32:05 +01:00
mr
2cdf15d722 default to subscription 2026-03-13 14:25:04 +01:00
mr
2bfcfb5736 New 2026-03-04 13:51:43 +01:00
mr
44812309db Update try 2026-03-02 15:46:05 +01:00
mr
e039fa56b6 execution_id 2026-02-23 15:56:40 +01:00
mr
e10bb55455 p.SetID(uuid.NewString()) 2026-02-23 15:50:10 +01:00
mr
f28e2c3620 State in WF 2026-02-23 15:41:48 +01:00
mr
b08bbf51dd priced.GetInstanceID() 2026-02-23 15:22:48 +01:00
mr
19b0f10e71 adjust self 2026-02-23 14:07:39 +01:00
mr
12c506e9a7 Native Schedule 2026-02-23 10:23:55 +01:00
mr
9662ac6d67 Add New 2026-02-19 09:43:44 +01:00
mr
fa5c3a3c60 Adjust + Test 2026-02-18 12:24:19 +01:00
mr
fa5b754333 add Selected in Workflow Exec 2026-01-14 13:57:49 +01:00
mr
5cdfc28d2f delete scheduler 2026-01-13 16:53:25 +01:00
mr
6d745fe922 add event base intelligency 2026-01-13 16:04:31 +01:00
pb
40a61387b9 added the UUID of the peer when an error appears 2025-08-05 13:39:21 +02:00
pb
cc939451fd added the UUID of the peer when an error appears 2025-08-05 13:25:47 +02:00
mr
2748b59221 test booking 2025-07-08 13:42:13 +02:00
mr
cd177bd779 Live Structure 2025-06-24 11:29:04 +02:00
mr
29b192211d add sets up 2025-06-20 12:10:36 +02:00
mr
181b3249b8 add sets up 2025-06-20 10:47:33 +02:00
mr
01af8237db add sets up 2025-06-20 09:22:09 +02:00
mr
8d5ba6a5e4 add sets up 2025-06-20 08:34:33 +02:00
mr
d3cfe019e3 add sets up 2025-06-20 08:10:52 +02:00
mr
d8ccdec501 add sets up 2025-06-20 07:51:32 +02:00
mr
938f9f1326 set up 2025-06-19 08:11:11 +02:00
mr
48299810e0 draft test 2025-06-16 11:24:39 +02:00
pb
6ab6383144 corrected an use of the original http caller instead of the deep copy 2025-05-27 18:07:00 +02:00
pb
690d60f9d6 corrected the getBooking function parameters 2025-05-27 16:13:46 +02:00
pb
da0de80afd Booking check and booking post have been transformed in goroutine to improve performance when booking several execution with cron expressions 2025-05-27 15:38:24 +02:00
pb
cd7ae788b1 didn't put the blocking loop in the right place for post booking 2025-05-27 12:06:10 +02:00
pb
0d96cc53bf transformed the loop that posted the booking on oc-datacenter to a threaded operation where each call is done in a goroutine 2025-05-27 11:58:55 +02:00
pb
66fc3c5b35 added the passing of the request.Caller's URL to the deep copy 2025-05-27 11:34:44 +02:00
pb
5ab3eb8a38 forgot to pass the mutex as pointer and unlock it 2025-05-27 11:17:10 +02:00
pb
fec23b4acd modified HTTP caller to have a DeepCopy() method in order to parallelize calls without race conditions 2025-05-27 11:08:35 +02:00
pb
901622fee0 logging on the booking uuid before the post booking 2025-05-27 09:51:41 +02:00
pb
527e622774 correct the error channel 2025-05-26 19:21:28 +02:00
pb
7223b79fe8 correct the error channel 2025-05-26 19:16:39 +02:00
pb
1ade41aeae moved the code that execute the booking into a separated function so that it can be launched as goroutine and parallelize get booking$ 2025-05-26 19:05:17 +02:00
pb
58dc579255 added debug logging 2025-05-26 18:30:56 +02:00
pb
370dac201b In CheckBooking mooved the loop on bookings outside of the loop of execs, which seems to repeat the Peer execution on booking an exponential number of time 2025-05-26 17:55:45 +02:00
pb
2a763006db counting round in exec 2025-05-26 17:41:26 +02:00
pb
522c66653b Added logging for debug 2025-05-26 17:22:09 +02:00
pb
41ebcf150a added logging when booking 2025-05-07 18:16:38 +02:00