Lyakabynka
❔ Hangfire: Guid instead of Int BackgroundJob.Schedule
as nobody replied, I made it the easiest way I found out -> https://github.com/Lyakabynka/PlanIt/
if somebody is interested
30 replies
❔ Hangfire: Guid instead of Int BackgroundJob.Schedule
Okay, lemme describe again.
I want to use Guid as ID for my entire project.
When user is scheduling notification on specific time, it is added to my OWN database ( ScheduledJob -> described in the post ). Once it is invoked, this ScheduledJob should be deleted from the database as it is no longer active ( executed ). That is why I need to pass a scheduled job id to the PlanTransmissionRequested object ( see post )
30 replies