Shut down foreman-tasks:
service foreman-tasks stop
Open the rails console:
foreman-rake console
and run:
ForemanTasks::Task.where(:state => :paused).where(:label => 'Actions::Candlepin::ListenOnCandlepinEvents').destroy_all
exit
start foreman-tasks:
service foreman-tasks start
please guys some one help me with this assignment
Assignment 3
This is a pretty simple assignment but it requires that you carefully follow the instructions in above to obtain full marks. A future assignment will build on this current assignment, therefore, it is pertinent that you get this assignment right as mistakes in this assignment shall be lived with in the next assignment. Marks have been assigned for good design, and following naming conventions that were discussed in class.