Open ryanfox1985 opened 5 years ago
not sure if at this point:
https://github.com/theSteveMitchell/after_party/blob/master/lib/tasks/deploy_task_runner.rake#L6
after run after each after_party force the garbage collector, I can create a PR and try by myself.
Hello,
I have a context with several after parties pending to run, and when I run with
bundle exec rake after_party:run
, I have the feeling between after_parties is not running the garbage collector, I see the memory growing...Is it possible?
Thanks!