unclesp1d3r/CipherSwarm

View on GitHub
app/jobs/update_status_job.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

UpdateStatusJob#remove_incomplete_tasks_status doesn't depend on instance state (maybe move it to another class?)
Open

  def remove_incomplete_tasks_status
Severity: Minor
Found in app/jobs/update_status_job.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

UpdateStatusJob#pause_lower_priority_campaigns doesn't depend on instance state (maybe move it to another class?)
Open

  def pause_lower_priority_campaigns
Severity: Minor
Found in app/jobs/update_status_job.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

UpdateStatusJob#remove_finished_tasks_status doesn't depend on instance state (maybe move it to another class?)
Open

  def remove_finished_tasks_status
Severity: Minor
Found in app/jobs/update_status_job.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

UpdateStatusJob#abandon_inactive_tasks doesn't depend on instance state (maybe move it to another class?)
Open

  def abandon_inactive_tasks
Severity: Minor
Found in app/jobs/update_status_job.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

UpdateStatusJob#check_agents_online_status doesn't depend on instance state (maybe move it to another class?)
Open

  def check_agents_online_status
Severity: Minor
Found in app/jobs/update_status_job.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

There are no issues that match your filters.

Category
Status