Project

General

Profile

Download (184 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e5b4634f 06/11/2018 01:42 PM Adam Ruzicka
  • Fixes #23611 - Provide helper method to run "service" active jobs

The root cause was we were triggering the active jobs too early,
sometimes even before the db was migrated. This led to all sorts of
errors. The provided helper method does not trigger the jobs when in...

75c65196 04/12/2018 06:32 PM Adam Ruzicka

Fixes #23256 - Check if the delayed plans have expected interface (#5448)

Not all delayed plan records have 'job_class' key in first element
in serialized_args.

72f30ad2 01/16/2018 08:45 AM Ivan Necas

Fixes #22272 - don't run CreateRssNotifications in test (#5177)

During running tests, we still schedule the CreateRssNotifications job,
which can potentially collide with other tests, as well as seems to run
into some issues related to code reloading.

We should not do this in test environment in the first place.

8c2262ac 11/29/2017 12:20 PM Daniel Lobato Garcia

Fixes #18292 - Make notifications from an RSS feed (#4240)

This adds a task to connect to an RSS feed, by default the one from our
community blog. The idea is to make this run every night with 'cron' on
every Foreman installation to keep people updated about changes, and...