openHPI / codeharbor

Exchange of Programming Exercises acrossdiverse Code Assessment Systems through CodeHarbor
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Use Bulk Enqueueing for ActiveJob #1553

Closed MrSerth closed 1 month ago

MrSerth commented 1 month ago

With this new approach, only one operation with the ActiveJob backend is required to schedule all jobs.

See the ActiveJob Guide for more details on Bulk Enqueuing.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.77%. Comparing base (df6988e) to head (4c6e163).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1553 +/- ## ======================================= Coverage 93.77% 93.77% ======================================= Files 122 122 Lines 2955 2955 ======================================= Hits 2771 2771 Misses 184 184 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Dome-GER commented 1 month ago

Much better to safe some roundtrips.