crunzphp / crunz

A PHP-based job scheduler
MIT License
176 stars 16 forks source link

Event Unique Key implementation #75

Closed lucatacconi closed 6 months ago

lucatacconi commented 9 months ago

In the PR there is a possible solution to calculate a constant unique identifier for events.

This solution is linked to issue #33 and could be the first piece towards creating a launcher that allows you to launch a task based on the unique identifier.

@PabloKowalczyk, I haven't build the tests for the methods yet but I would like to know what you thought first.

lucatacconi commented 8 months ago

I added EventUniqueKey display in task list shown by vendor/bin/crunz schedule:list command

lucatacconi commented 8 months ago

For now all green lights in the tests. It must be considered that there is still a lack of tests on the new methods implemented

lucatacconi commented 8 months ago

@PabloKowalczyk Have you had a chance to see the work I've done? If you want to contact me directly there are my contacts on the github profile

PabloKowalczyk commented 7 months ago

Hello, for some reason there is no CI checks. Maybe creating new PR will solve this issue?