LD4P / qa_server

A rails engine with questioning authority gem installed to serve as an authority search server with normalized results.
Apache License 2.0
6 stars 3 forks source link

move performance year graph generation to background job #330

Closed elrayle closed 4 years ago

elrayle commented 4 years ago

RE: cache removal - Now that the kickoff of the graph generation process is cached and calls the performance year graph job when expired, the cache of the data is no longer needed. Everytime the job is executed, the data will need to be generated. There is a cache of the job_id to prevent race conditions.