groundhogg/event_queue/process/before
This action hook is used to run custom code before the event is processed by the event queue of Groundhogg.
do_action( 'groundhogg/event_queue/process/before', $event_ids );
Using this hook developer can access the Id of the event which about to run in-process queue.