Testing a recurring job
So I recently inherited a big project to fix a bug regarding a recurring member subscription. It's using HangFire for the recurring subscription. Is there a way to debug this or recreate it when testing? I tried changing the system date on my computer and looks like it doesnt fire. Looks like Hangfire will only trigger if a whole day has elapsed for a daily subcscription. Is there another way to test it instead of waiting for a full day? Thanks to anyone who can give some guidance
0 comments:
Post a Comment