Sanil14/FT-Job-Logger

Job submitting 60+ times on repeat

Closed this issue · 0 comments

Reports claim that sometimes ETCars will submit a job more than 60 times randomly and some checks have to be added in order to make sure it does not happen.

Flow for job being submitted

  • Job Finished event fired
  • Make a MD5 hash of the job
  • Compare MD5 hash of previous job (if any) with this job
  • If it is the same, do not submit the job
  • If it is not the same, submit the job
  • Save this MD5 hash as a variable to check again for new jobs