Hi All,
I've recently noticed that our FK server has not been running any repo
sync-jobs for the last few months. I've spent quite a while attempting to
debug this without success, but recently I think I may have stumbled upon
the issue and wanted to check if there is any way to fix it without
removing and re-adding all the repo-sync schedules. Manually running
any/all of the syncs is successful every time.
I ran -
"grep pulp /var/log/messages | grep repository". This produced
(summarised) -
Aug 1 01:05:51 XXXXX pulp: celery.beat:INFO: Scheduler: Sending due task
download_deferred_content
(pulp.server.controllers.repository.queue_download_deferred)
Aug 1 01:05:51 XXXXX pulp: celery.worker.strategy:INFO: Received task:
pulp.server.controllers.repository.queue_download_deferred[d49dc059-cd10-4f59-b066-eb1516f12a8a]
Aug 1 01:05:51 XXXXX pulp: celery.worker.strategy:INFO: Received task:
pulp.server.controllers.repository.download_deferred[f24f4c50-1a3d-4480-8a58-0ad9998ab8f1]
Aug 1 01:05:51 XXXXX pulp: celery.worker.job:INFO: Task
pulp.server.controllers.repository.queue_download_deferred[d49dc059-cd10-4f59-b066-eb1516f12a8a]
succeeded in 0.0414881289471s: None
Aug 1 01:05:51 XXXXX pulp: celery.worker.job:INFO: Task
pulp.server.controllers.repository.download_deferred[f24f4c50-1a3d-4480-8a58-0ad9998ab8f1]
succeeded in 0.0459181109909s: None
[snip]
- This suggests to me that the syncs should run but are deferred for
whatever reason. So I added -
task "list_active_sync_schedules" to /usr/share/foreman/Rakefile as per
https://gist.github.com/ehelms/52405ed3e75ec54ed91f and ran it.
It produced some interesting output. I've added the full output as an
attachment, but to summarise, running -
"awk -F, '{print $4","$5","$10","$11}'
foreman-rake_list_active_sync_schedules.txt"
produced...
"first_run"=>"2016-07-09T00:00:00Z", "total_run_count"=>31,
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z"
"first_run"=>"2016-07-09T00:00:00Z", "total_run_count"=>31,
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z"
"first_run"=>"2016-07-09T00:00:00Z", "total_run_count"=>31,
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z"
...and so on for each repo.
This appears to suggest that none of the syncs will run again until after
30th November 2020!
I checked the date/time on the server and it is correct. A check on shell
histories on the system to see if anyone had previously altered the system
date revealed nothing. I know there were movements to add an NTP appliance
to the site around that time that could have potentially caused the system
date to jump into the future, but cant confirm that.
So my question is, "is there any way I can reset the "last_run_at" field"
in FK to allow the syncs to resume without removing and re-adding them"?
I have the output of a "foreman-debug" that I can attach if requested,
Thanks in advance for any/all information.
Regards,
Craig.
System Information:
Foreman 1.11.4
Installed Packages
- candlepin-0.9.54.6-1.el7.noarch
- candlepin-selinux-0.9.54.6-1.el7.noarch
- foreman-installer-katello-3.0.2-1.el7.noarch
- katello-3.0.0-9.el7.noarch
- katello-agent-2.7.0-1.el7.noarch
- katello-agent-fact-plugin-2.7.0-1.el7.noarch
- katello-ca-consumer-lmorea4vapp01.ecpplatform.net-1.0-1.noarch
- katello-certs-tools-2.4.0-1.el7.noarch
- katello-client-bootstrap-1.1.0-1.el7.noarch
- katello-common-3.0.0-9.el7.noarch
- katello-debug-3.0.0-9.el7.noarch
- katello-default-ca-1.0-1.noarch
- katello-installer-base-3.0.2-1.el7.noarch
- katello-repos-3.0.0-3.el7.noarch
- katello-selinux-3.0.1-1.el7.noarch
- katello-server-ca-1.0-1.noarch
- katello-service-3.0.0-9.el7.noarch
- libqpid-dispatch-0.4-11.el7.x86_64
- XXXXXt-qpid-broker-1.0-1.noarch
- XXXXX-qpid-client-cert-1.0-1.noarch
- XXXXX-qpid-router-client-1.0-1.noarch
- XXXXX-qpid-router-server-1.0-1.noarch
- pulp-admin-client-2.8.6-1.el7.noarch
- pulp-client-1.0-1.noarch
- pulp-docker-plugins-2.0.2-1.el7.noarch
- pulp-katello-1.0-1.el7.noarch
- pulp-puppet-plugins-2.8.6-1.el7.noarch
- pulp-puppet-tools-2.8.6-1.el7.noarch
- pulp-rpm-admin-extensions-2.8.6-1.el7.noarch
- pulp-rpm-handlers-2.8.6-1.el7.noarch
- pulp-rpm-plugins-2.8.6-1.el7.noarch
- pulp-selinux-2.8.6-1.el7.noarch
- pulp-server-2.8.6-1.el7.noarch
- python-gofer-qpid-2.7.6-1.el7.noarch
- python-isodate-0.5.0-4.pulp.el7.noarch
- python-kombu-3.0.33-5.pulp.el7.noarch
- python-pulp-agent-lib-2.8.6-1.el7.noarch
- python-pulp-bindings-2.8.6-1.el7.noarch
- python-pulp-client-lib-2.8.6-1.el7.noarch
- python-pulp-common-2.8.6-1.el7.noarch
- python-pulp-docker-common-2.0.2-1.el7.noarch
- python-pulp-oid_validation-2.8.6-1.el7.noarch
- python-pulp-puppet-common-2.8.6-1.el7.noarch
- python-pulp-repoauth-2.8.6-1.el7.noarch
- python-pulp-rpm-common-2.8.6-1.el7.noarch
- python-pulp-streamer-2.8.6-1.el7.noarch
- python-qpid-0.30-9.el7.noarch
- python-qpid-proton-0.9-13.el7.x86_64
- python-qpid-qmf-0.30-5.el7.x86_64
- qpid-cpp-client-0.30-8.el7.x86_64
- qpid-cpp-client-devel-0.30-8.el7.x86_64
- qpid-cpp-server-0.30-8.el7.x86_64
- qpid-cpp-server-linearstore-0.30-8.el7.x86_64
- qpid-dispatch-router-0.4-11.el7.x86_64
- qpid-proton-c-0.9-13.el7.x86_64
- qpid-qmf-0.30-5.el7.x86_64
- qpid-tools-0.30-4.el7.noarch
- rubygem-smart_proxy_pulp-1.3.0-1.el7.noarch
- tfm-rubygem-hammer_cli_katello-0.0.26-1.el7.noarch
- tfm-rubygem-katello-3.0.2-1.el7.noarch
- tfm-rubygem-qpid_messaging-0.30.0-7.el7.x86_64
=================
--
You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454330.020962, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffdfad30704e0d05016"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Supplementary_RPMs_x86_64_7_2"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Supplementary_RPMs_x86_64_7_2:yum_importer",
"_id"=>"577cfffdfad30704e0d05016", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Supplementary_RPMs_x86_64_7_2/importers/yum_importer/schedules/sync/577cfffdfad30704e0d05016/"}
'Red Hat Enterprise Linux 7 Server - Supplementary RPMs x86_64 7.2' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454330.033834, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffdfad30704e0d05015"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Extras_RPMs_x86_64"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Extras_RPMs_x86_64:yum_importer",
"_id"=>"577cfffdfad30704e0d05015", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Extras_RPMs_x86_64/importers/yum_importer/schedules/sync/577cfffdfad30704e0d05015/"}
'Red Hat Enterprise Linux 7 Server - Extras RPMs x86_64' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454330.222957, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffdfad30704e0d0500f"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_RH_Common_RPMs_x86_64_7_1"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_RH_Common_RPMs_x86_64_7_1:yum_importer",
"_id"=>"577cfffdfad30704e0d0500f", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_RH_Common_RPMs_x86_64_7_1/importers/yum_importer/schedules/sync/577cfffdfad30704e0d0500f/"}
'Red Hat Enterprise Linux 7 Server - RH Common RPMs x86_64 7.1' in Product 'Red
Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454330.199152, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffdfad30704e0d05010"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_Fastrack_RPMs_x86_64"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_Fastrack_RPMs_x86_64:yum_importer",
"_id"=>"577cfffdfad30704e0d05010", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_Fastrack_RPMs_x86_64/importers/yum_importer/schedules/sync/577cfffdfad30704e0d05010/"}
'Red Hat Enterprise Linux 7 Server - Optional Fastrack RPMs x86_64' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454330.325427, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffcfad30704e0d0500e"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_RH_Common_RPMs_x86_64_7Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_RH_Common_RPMs_x86_64_7Server:yum_importer",
"_id"=>"577cfffcfad30704e0d0500e", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_RH_Common_RPMs_x86_64_7Server/importers/yum_importer/schedules/sync/577cfffcfad30704e0d0500e/"}
'Red Hat Enterprise Linux 7 Server - RH Common RPMs x86_64 7Server' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454330.046201, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffdfad30704dfd7c324"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Fastrack_RPMs_x86_64"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Fastrack_RPMs_x86_64:yum_importer",
"_id"=>"577cfffdfad30704dfd7c324", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Fastrack_RPMs_x86_64/importers/yum_importer/schedules/sync/577cfffdfad30704dfd7c324/"}
'Red Hat Enterprise Linux 7 Server - Fastrack RPMs x86_64' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.352813, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffcfad30704de3680d8"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_RH_Common_RPMs_x86_64_7_2"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_RH_Common_RPMs_x86_64_7_2:yum_importer",
"_id"=>"577cfffcfad30704de3680d8", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_RH_Common_RPMs_x86_64_7_2/importers/yum_importer/schedules/sync/577cfffcfad30704de3680d8/"}
'Red Hat Enterprise Linux 7 Server - RH Common RPMs x86_64 7.2' in Product 'Red
Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454330.204807, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffdfad30704de3680dc"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_RH_Common_RPMs_x86_64_7_0"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_RH_Common_RPMs_x86_64_7_0:yum_importer",
"_id"=>"577cfffdfad30704de3680dc", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_RH_Common_RPMs_x86_64_7_0/importers/yum_importer/schedules/sync/577cfffdfad30704de3680dc/"}
'Red Hat Enterprise Linux 7 Server - RH Common RPMs x86_64 7.0' in Product 'Red
Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.34673, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffdfad30704dfd7c31f"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Supplementary_RPMs_x86_64_7_1"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Supplementary_RPMs_x86_64_7_1:yum_importer",
"_id"=>"577cfffdfad30704dfd7c31f", "consecutive_failures"=>2,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Supplementary_RPMs_x86_64_7_1/importers/yum_importer/schedules/sync/577cfffdfad30704dfd7c31f/"}
'Red Hat Enterprise Linux 7 Server - Supplementary RPMs x86_64 7.1' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454330.182719, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffdfad30704de3680de"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_RPMs_x86_64_7_0"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_RPMs_x86_64_7_0:yum_importer",
"_id"=>"577cfffdfad30704de3680de", "consecutive_failures"=>0,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_RPMs_x86_64_7_0/importers/yum_importer/schedules/sync/577cfffdfad30704de3680de/"}
'Red Hat Enterprise Linux 7 Server - Optional RPMs x86_64 7.0' in Product 'Red
Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454330.181875, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffdfad30704dfd7c321"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_RPMs_x86_64_7_1"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_RPMs_x86_64_7_1:yum_importer",
"_id"=>"577cfffdfad30704dfd7c321", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_RPMs_x86_64_7_1/importers/yum_importer/schedules/sync/577cfffdfad30704dfd7c321/"}
'Red Hat Enterprise Linux 7 Server - Optional RPMs x86_64 7.1' in Product 'Red
Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454330.078139, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffdfad30704de3680df"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_RPMs_x86_64_7_2"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_RPMs_x86_64_7_2:yum_importer",
"_id"=>"577cfffdfad30704de3680df", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_RPMs_x86_64_7_2/importers/yum_importer/schedules/sync/577cfffdfad30704de3680df/"}
'Red Hat Enterprise Linux 7 Server - Optional RPMs x86_64 7.2' in Product 'Red
Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454330.027091, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffdfad30704dfd7c323"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_RPMs_x86_64_7Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_RPMs_x86_64_7Server:yum_importer",
"_id"=>"577cfffdfad30704dfd7c323", "consecutive_failures"=>0,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Optional_RPMs_x86_64_7Server/importers/yum_importer/schedules/sync/577cfffdfad30704dfd7c323/"}
'Red Hat Enterprise Linux 7 Server - Optional RPMs x86_64 7Server' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.355461, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f6251fad30704e0d055f7"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_2"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_2:yum_importer",
"_id"=>"577f6251fad30704e0d055f7", "consecutive_failures"=>2,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_2/importers/yum_importer/schedules/sync/577f6251fad30704e0d055f7/"}
'Red Hat Enterprise Linux 7 Server RPMs x86_64 7.2' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.381552, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffdfad30704dfd7c320"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Supplementary_RPMs_x86_64_7_0"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Supplementary_RPMs_x86_64_7_0:yum_importer",
"_id"=>"577cfffdfad30704dfd7c320", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Supplementary_RPMs_x86_64_7_0/importers/yum_importer/schedules/sync/577cfffdfad30704dfd7c320/"}
'Red Hat Enterprise Linux 7 Server - Supplementary RPMs x86_64 7.0' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.454143, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577cfffcfad30704de3680d7"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Supplementary_RPMs_x86_64_7Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Supplementary_RPMs_x86_64_7Server:yum_importer",
"_id"=>"577cfffcfad30704de3680d7", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_-_Supplementary_RPMs_x86_64_7Server/importers/yum_importer/schedules/sync/577cfffcfad30704de3680d7/"}
'Red Hat Enterprise Linux 7 Server - Supplementary RPMs x86_64 7Server' in
Product 'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans
attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.624503, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e16c4fad30704dfd7c396"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_8"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_8:yum_importer",
"_id"=>"577e16c4fad30704dfd7c396", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_8/importers/yum_importer/schedules/sync/577e16c4fad30704dfd7c396/"}
'Red Hat Enterprise Linux 6 Server - Optional RPMs x86_64 6.8' in Product 'Red
Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.575927, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e16b6fad30704dfd7c387"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Fastrack_RPMs_x86_64"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Fastrack_RPMs_x86_64:yum_importer",
"_id"=>"577e16b6fad30704dfd7c387", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Fastrack_RPMs_x86_64/importers/yum_importer/schedules/sync/577e16b6fad30704dfd7c387/"}
'Red Hat Enterprise Linux 6 Server - Fastrack RPMs x86_64' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.748137, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e16f4fad30704dfd7c3fe"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_RH_Common_RPMs_x86_64_6_7"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_RH_Common_RPMs_x86_64_6_7:yum_importer",
"_id"=>"577e16f4fad30704dfd7c3fe", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_RH_Common_RPMs_x86_64_6_7/importers/yum_importer/schedules/sync/577e16f4fad30704dfd7c3fe/"}
'Red Hat Enterprise Linux 6 Server - RH Common RPMs x86_64 6.7' in Product 'Red
Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.735748, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e16f2fad30704e0d05117"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_RH_Common_RPMs_x86_64_6_8"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_RH_Common_RPMs_x86_64_6_8:yum_importer",
"_id"=>"577e16f2fad30704e0d05117", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_RH_Common_RPMs_x86_64_6_8/importers/yum_importer/schedules/sync/577e16f2fad30704e0d05117/"}
'Red Hat Enterprise Linux 6 Server - RH Common RPMs x86_64 6.8' in Product 'Red
Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.682328, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e16cefad30704de36817c"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_Fastrack_RPMs_x86_64"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_Fastrack_RPMs_x86_64:yum_importer",
"_id"=>"577e16cefad30704de36817c", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_Fastrack_RPMs_x86_64/importers/yum_importer/schedules/sync/577e16cefad30704de36817c/"}
'Red Hat Enterprise Linux 6 Server - Optional Fastrack RPMs x86_64' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.645775, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e16c6fad30704e0d050b3"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_7"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_7:yum_importer",
"_id"=>"577e16c6fad30704e0d050b3", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_7/importers/yum_importer/schedules/sync/577e16c6fad30704e0d050b3/"}
'Red Hat Enterprise Linux 6 Server - Optional RPMs x86_64 6.7' in Product 'Red
Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.469194, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e1685fad30704e0d0502b"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6Server:yum_importer",
"_id"=>"577e1685fad30704e0d0502b", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6Server/importers/yum_importer/schedules/sync/577e1685fad30704e0d0502b/"}
'Red Hat Enterprise Linux 6 Server RPMs x86_64 6Server' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.493679, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e169cfad30704de368124"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_7"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_7:yum_importer",
"_id"=>"577e169cfad30704de368124", "consecutive_failures"=>2,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_7/importers/yum_importer/schedules/sync/577e169cfad30704de368124/"}
'Red Hat Enterprise Linux 6 Server RPMs x86_64 6.7' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.506582, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e16aafad30704dfd7c377"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Extras_RPMs_x86_64"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Extras_RPMs_x86_64:yum_importer",
"_id"=>"577e16aafad30704dfd7c377", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Extras_RPMs_x86_64/importers/yum_importer/schedules/sync/577e16aafad30704dfd7c377/"}
'Red Hat Enterprise Linux 6 Server - Extras RPMs x86_64' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.66311, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e16ecfad30704dfd7c3eb"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_RH_Common_RPMs_x86_64_6Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_RH_Common_RPMs_x86_64_6Server:yum_importer",
"_id"=>"577e16ecfad30704dfd7c3eb", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_RH_Common_RPMs_x86_64_6Server/importers/yum_importer/schedules/sync/577e16ecfad30704dfd7c3eb/"}
'Red Hat Enterprise Linux 6 Server - RH Common RPMs x86_64 6Server' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.506803, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e1689fad30704e0d05037"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_8"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_8:yum_importer",
"_id"=>"577e1689fad30704e0d05037", "consecutive_failures"=>0,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_8/importers/yum_importer/schedules/sync/577e1689fad30704e0d05037/"}
'Red Hat Enterprise Linux 6 Server RPMs x86_64 6.8' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.771284, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e1709fad30704dfd7c421"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Supplementary_RPMs_x86_64_6Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Supplementary_RPMs_x86_64_6Server:yum_importer",
"_id"=>"577e1709fad30704dfd7c421", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Supplementary_RPMs_x86_64_6Server/importers/yum_importer/schedules/sync/577e1709fad30704dfd7c421/"}
'Red Hat Enterprise Linux 6 Server - Supplementary RPMs x86_64 6Server' in
Product 'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans
attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.803102, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e16c4fad30704dfd7c391"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6Server:yum_importer",
"_id"=>"577e16c4fad30704dfd7c391", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6Server/importers/yum_importer/schedules/sync/577e16c4fad30704dfd7c391/"}
'Red Hat Enterprise Linux 6 Server - Optional RPMs x86_64 6Server' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.805621, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>31, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577e170bfad30704de3681e5"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Supplementary_RPMs_x86_64_6_8"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Supplementary_RPMs_x86_64_6_8:yum_importer",
"_id"=>"577e170bfad30704de3681e5", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Supplementary_RPMs_x86_64_6_8/importers/yum_importer/schedules/sync/577e170bfad30704de3681e5/"}
'Red Hat Enterprise Linux 6 Server - Supplementary RPMs x86_64 6.8' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.864175, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f5f6dfad30704dfd7c707"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64:yum_importer",
"_id"=>"577f5f6dfad30704dfd7c707", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/importers/yum_importer/schedules/sync/577f5f6dfad30704dfd7c707/"}
'Red Hat Satellite Tools 6.1 for RHEL 7 Server RPMs x86_64' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.981121, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f5fc9fad30704dfd7c78d"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_6_RPMs_x86_64_6_8"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_6_RPMs_x86_64_6_8:yum_importer",
"_id"=>"577f5fc9fad30704dfd7c78d", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_6_RPMs_x86_64_6_8/importers/yum_importer/schedules/sync/577f5fc9fad30704dfd7c78d/"}
'Red Hat Virt V2V Tool for RHEL 6 RPMs x86_64 6.8' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.952668, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f5fc3fad30704dfd7c771"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_6_RPMs_x86_64_6Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_6_RPMs_x86_64_6Server:yum_importer",
"_id"=>"577f5fc3fad30704dfd7c771", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_6_RPMs_x86_64_6Server/importers/yum_importer/schedules/sync/577f5fc3fad30704dfd7c771/"}
'Red Hat Virt V2V Tool for RHEL 6 RPMs x86_64 6Server' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.862802, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f5f9dfad30704de368549"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Subscription_Asset_Manager_for_RHEL_6_Server_RPMs_x86_64_6Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Subscription_Asset_Manager_for_RHEL_6_Server_RPMs_x86_64_6Server:yum_importer",
"_id"=>"577f5f9dfad30704de368549", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Subscription_Asset_Manager_for_RHEL_6_Server_RPMs_x86_64_6Server/importers/yum_importer/schedules/sync/577f5f9dfad30704de368549/"}
'Red Hat Subscription Asset Manager for RHEL 6 Server RPMs x86_64 6Server' in
Product 'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans
attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.900262, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f5fa7fad30704de368561"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Subscription_Asset_Manager_for_RHEL_6_Server_RPMs_x86_64_6_8"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Subscription_Asset_Manager_for_RHEL_6_Server_RPMs_x86_64_6_8:yum_importer",
"_id"=>"577f5fa7fad30704de368561", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Subscription_Asset_Manager_for_RHEL_6_Server_RPMs_x86_64_6_8/importers/yum_importer/schedules/sync/577f5fa7fad30704de368561/"}
'Red Hat Subscription Asset Manager for RHEL 6 Server RPMs x86_64 6.8' in
Product 'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans
attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.010095, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f5fcffad30704de3685cf"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_6_RPMs_x86_64_6_7"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_6_RPMs_x86_64_6_7:yum_importer",
"_id"=>"577f5fcffad30704de3685cf", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_6_RPMs_x86_64_6_7/importers/yum_importer/schedules/sync/577f5fcffad30704de3685cf/"}
'Red Hat Virt V2V Tool for RHEL 6 RPMs x86_64 6.7' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454331.931288, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f5faffad30704dfd7c75b"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Subscription_Asset_Manager_for_RHEL_6_Server_RPMs_x86_64_6_7"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Subscription_Asset_Manager_for_RHEL_6_Server_RPMs_x86_64_6_7:yum_importer",
"_id"=>"577f5faffad30704dfd7c75b", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Subscription_Asset_Manager_for_RHEL_6_Server_RPMs_x86_64_6_7/importers/yum_importer/schedules/sync/577f5faffad30704dfd7c75b/"}
'Red Hat Subscription Asset Manager for RHEL 6 Server RPMs x86_64 6.7' in
Product 'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans
attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.044122, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f61f9fad30704de368635"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_7_RPMs_x86_64_7_2"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_7_RPMs_x86_64_7_2:yum_importer",
"_id"=>"577f61f9fad30704de368635", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_7_RPMs_x86_64_7_2/importers/yum_importer/schedules/sync/577f61f9fad30704de368635/"}
'Red Hat Virt V2V Tool for RHEL 7 RPMs x86_64 7.2' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.023107, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f61f3fad30704dfd7c7e7"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_7_RPMs_x86_64_7Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_7_RPMs_x86_64_7Server:yum_importer",
"_id"=>"577f61f3fad30704dfd7c7e7", "consecutive_failures"=>0,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_7_RPMs_x86_64_7Server/importers/yum_importer/schedules/sync/577f61f3fad30704dfd7c7e7/"}
'Red Hat Virt V2V Tool for RHEL 7 RPMs x86_64 7Server' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.075878, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f61fffad30704dfd7c81f"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_7_RPMs_x86_64_7_1"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_7_RPMs_x86_64_7_1:yum_importer",
"_id"=>"577f61fffad30704dfd7c81f", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_7_RPMs_x86_64_7_1/importers/yum_importer/schedules/sync/577f61fffad30704dfd7c81f/"}
'Red Hat Virt V2V Tool for RHEL 7 RPMs x86_64 7.1' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.09897, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f6251fad30704dfd7c863"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server:yum_importer",
"_id"=>"577f6251fad30704dfd7c863", "consecutive_failures"=>0,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server/importers/yum_importer/schedules/sync/577f6251fad30704dfd7c863/"}
'Red Hat Enterprise Linux 7 Server RPMs x86_64 7Server' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.140824, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f6258fad30704de3686e6"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_0"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_0:yum_importer",
"_id"=>"577f6258fad30704de3686e6", "consecutive_failures"=>2,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_0/importers/yum_importer/schedules/sync/577f6258fad30704de3686e6/"}
'Red Hat Enterprise Linux 7 Server RPMs x86_64 7.0' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.173607, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f630dfad30704de3687e5"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_8"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_8:yum_importer",
"_id"=>"577f630dfad30704de3687e5", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_8/importers/yum_importer/schedules/sync/577f630dfad30704de3687e5/"}
'RHN Tools for Red Hat Enterprise Linux 6 Server RPMs x86_64 6.8' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.139528, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f629afad30704e0d05675"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Supplementary_RPMs_x86_64_6_7"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Supplementary_RPMs_x86_64_6_7:yum_importer",
"_id"=>"577f629afad30704e0d05675", "consecutive_failures"=>2,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Supplementary_RPMs_x86_64_6_7/importers/yum_importer/schedules/sync/577f629afad30704e0d05675/"}
'Red Hat Enterprise Linux 6 Server - Supplementary RPMs x86_64 6.7' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.198415, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f6205fad30704dfd7c836"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_7_RPMs_x86_64_7_0"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_7_RPMs_x86_64_7_0:yum_importer",
"_id"=>"577f6205fad30704dfd7c836", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Virt_V2V_Tool_for_RHEL_7_RPMs_x86_64_7_0/importers/yum_importer/schedules/sync/577f6205fad30704dfd7c836/"}
'Red Hat Virt V2V Tool for RHEL 7 RPMs x86_64 7.0' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.230054, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f62fafad30704dfd7c964"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_2"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_2:yum_importer",
"_id"=>"577f62fafad30704dfd7c964", "consecutive_failures"=>0,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_2/importers/yum_importer/schedules/sync/577f62fafad30704dfd7c964/"}
'RHN Tools for Red Hat Enterprise Linux 7 Server RPMs x86_64 7.2' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.254483, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f62fcfad30704de368785"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_1"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_1:yum_importer",
"_id"=>"577f62fcfad30704de368785", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_1/importers/yum_importer/schedules/sync/577f62fcfad30704de368785/"}
'RHN Tools for Red Hat Enterprise Linux 7 Server RPMs x86_64 7.1' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.273253, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f630afad30704dfd7c9b4"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6Server:yum_importer",
"_id"=>"577f630afad30704dfd7c9b4", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6Server/importers/yum_importer/schedules/sync/577f630afad30704dfd7c9b4/"}
'RHN Tools for Red Hat Enterprise Linux 6 Server RPMs x86_64 6Server' in
Product 'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans
attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.28451, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f630efad30704de3687ef"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_7"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_7:yum_importer",
"_id"=>"577f630efad30704de3687ef", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6_7/importers/yum_importer/schedules/sync/577f630efad30704de3687ef/"}
'RHN Tools for Red Hat Enterprise Linux 6 Server RPMs x86_64 6.7' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.303529, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f6255fad30704dfd7c88d"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_1"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_1:yum_importer",
"_id"=>"577f6255fad30704dfd7c88d", "consecutive_failures"=>2,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_1/importers/yum_importer/schedules/sync/577f6255fad30704dfd7c88d/"}
'Red Hat Enterprise Linux 7 Server RPMs x86_64 7.1' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454332.349252, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f62fafad30704de36877d"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_0"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_0:yum_importer",
"_id"=>"577f62fafad30704de36877d", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7_0/importers/yum_importer/schedules/sync/577f62fafad30704de36877d/"}
'RHN Tools for Red Hat Enterprise Linux 7 Server RPMs x86_64 7.0' in Product
'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans attached
to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454333.393485, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f5f5ffad30704de36851a"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_6_Server_RPMs_x86_64"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_6_Server_RPMs_x86_64:yum_importer",
"_id"=>"577f5f5ffad30704de36851a", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_6_Server_RPMs_x86_64/importers/yum_importer/schedules/sync/577f5f5ffad30704de36851a/"}
'Red Hat Satellite Tools 6.1 for RHEL 6 Server RPMs x86_64' in Product 'Red Hat
Enterprise Linux Server' with product ID '4' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T00:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1483454333.408341, "first_run"=>"2016-07-09T00:00:00Z",
"total_run_count"=>30, "schedule"=>"2016-07-09T00:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"577f62ecfad30704dfd7c8fe"},
"args"=>["Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server:yum_importer",
"_id"=>"577f62ecfad30704dfd7c8fe", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Enterprise_Linux_Server-RHN_Tools_for_Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server/importers/yum_importer/schedules/sync/577f62ecfad30704dfd7c8fe/"}
'RHN Tools for Red Hat Enterprise Linux 7 Server RPMs x86_64 7Server' in
Product 'Red Hat Enterprise Linux Server' with product ID '4' has 1 sync plans
attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414286.049511, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6d031c1b"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_Server_x86_64_6_7"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_Server_x86_64_6_7:yum_importer",
"_id"=>"57835112fad3074f6d031c1b", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_Server_x86_64_6_7/importers/yum_importer/schedules/sync/57835112fad3074f6d031c1b/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 6 Server x86_64
6.7' in Product 'Red Hat Software Collections for RHEL Server' with product ID
'2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414250.996556, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6d031c1f"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_Server_x86_64_7_1"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_Server_x86_64_7_1:yum_importer",
"_id"=>"57835112fad3074f6d031c1f", "consecutive_failures"=>2,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_Server_x86_64_7_1/importers/yum_importer/schedules/sync/57835112fad3074f6d031c1f/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 Server x86_64
7.1' in Product 'Red Hat Software Collections for RHEL Server' with product ID
'2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414308.670673, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6d031c1a"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_Server_x86_64_6_8"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_Server_x86_64_6_8:yum_importer",
"_id"=>"57835112fad3074f6d031c1a", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_Server_x86_64_6_8/importers/yum_importer/schedules/sync/57835112fad3074f6d031c1a/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 6 Server x86_64
6.8' in Product 'Red Hat Software Collections for RHEL Server' with product ID
'2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1480499221.390755, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6d031c1d"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_Server_x86_64_6Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_Server_x86_64_6Server:yum_importer",
"_id"=>"57835112fad3074f6d031c1d", "consecutive_failures"=>0,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_Server_x86_64_6Server/importers/yum_importer/schedules/sync/57835112fad3074f6d031c1d/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 6 Server x86_64
6Server' in Product 'Red Hat Software Collections for RHEL Server' with product
ID '2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414242.951195, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6cba0f7a"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_Server_x86_64_7_0"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_Server_x86_64_7_0:yum_importer",
"_id"=>"57835112fad3074f6cba0f7a", "consecutive_failures"=>2,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_Server_x86_64_7_0/importers/yum_importer/schedules/sync/57835112fad3074f6cba0f7a/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 Server x86_64
7.0' in Product 'Red Hat Software Collections for RHEL Server' with product ID
'2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414244.293122, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6eda5e04"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7_2"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7_2:yum_importer",
"_id"=>"57835112fad3074f6eda5e04", "consecutive_failures"=>2,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7_2/importers/yum_importer/schedules/sync/57835112fad3074f6eda5e04/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 RHEL 7 Server
EUS x86_64 7.2' in Product 'Red Hat Software Collections for RHEL Server' with
product ID '2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414263.064813, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6d031c19"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_RHEL_6_Server_EUS_x86_64_6Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_RHEL_6_Server_EUS_x86_64_6Server:yum_importer",
"_id"=>"57835112fad3074f6d031c19", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_RHEL_6_Server_EUS_x86_64_6Server/importers/yum_importer/schedules/sync/57835112fad3074f6d031c19/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 6 RHEL 6 Server
EUS x86_64 6Server' in Product 'Red Hat Software Collections for RHEL Server'
with product ID '2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>1480499259.590223, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6cba0f79"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7_1"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7_1:yum_importer",
"_id"=>"57835112fad3074f6cba0f79", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7_1/importers/yum_importer/schedules/sync/57835112fad3074f6cba0f79/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 RHEL 7 Server
EUS x86_64 7.1' in Product 'Red Hat Software Collections for RHEL Server' with
product ID '2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414245.600274, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6eda5e09"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_Server_x86_64_7_2"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_Server_x86_64_7_2:yum_importer",
"_id"=>"57835112fad3074f6eda5e09", "consecutive_failures"=>2,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_Server_x86_64_7_2/importers/yum_importer/schedules/sync/57835112fad3074f6eda5e09/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 Server x86_64
7.2' in Product 'Red Hat Software Collections for RHEL Server' with product ID
'2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414256.568407, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6eda5e08"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_Server_x86_64_7Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_Server_x86_64_7Server:yum_importer",
"_id"=>"57835112fad3074f6eda5e08", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_Server_x86_64_7Server/importers/yum_importer/schedules/sync/57835112fad3074f6eda5e08/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 Server x86_64
7Server' in Product 'Red Hat Software Collections for RHEL Server' with product
ID '2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414263.690948, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6eda5e05"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7Server:yum_importer",
"_id"=>"57835112fad3074f6eda5e05", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7Server/importers/yum_importer/schedules/sync/57835112fad3074f6eda5e05/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 7 RHEL 7 Server
EUS x86_64 7Server' in Product 'Red Hat Software Collections for RHEL Server'
with product ID '2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414261.272457, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6d031c18"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_RHEL_6_Server_EUS_x86_64_6_6"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_RHEL_6_Server_EUS_x86_64_6_6:yum_importer",
"_id"=>"57835112fad3074f6d031c18", "consecutive_failures"=>2,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_RHEL_6_Server_EUS_x86_64_6_6/importers/yum_importer/schedules/sync/57835112fad3074f6d031c18/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 6 RHEL 6 Server
EUS x86_64 6.6' in Product 'Red Hat Software Collections for RHEL Server' with
product ID '2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414243.753318, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>29, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57835112fad3074f6eda5e03"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_RHEL_6_Server_EUS_x86_64_6_7"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_RHEL_6_Server_EUS_x86_64_6_7:yum_importer",
"_id"=>"57835112fad3074f6eda5e03", "consecutive_failures"=>2,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_RPMs_for_Red_Hat_Enterprise_Linux_6_RHEL_6_Server_EUS_x86_64_6_7/importers/yum_importer/schedules/sync/57835112fad3074f6eda5e03/"}
'Red Hat Software Collections RPMs for Red Hat Enterprise Linux 6 RHEL 6 Server
EUS x86_64 6.7' in Product 'Red Hat Software Collections for RHEL Server' with
product ID '2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414254.151716, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>20, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57d90e9dfad30763e7173920"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_Debug_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7_2"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_Debug_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7_2:yum_importer",
"_id"=>"57d90e9dfad30763e7173920", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_Debug_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7_2/importers/yum_importer/schedules/sync/57d90e9dfad30763e7173920/"}
'Red Hat Software Collections Debug RPMs for Red Hat Enterprise Linux 7 RHEL 7
Server EUS x86_64 7.2' in Product 'Red Hat Software Collections for RHEL
Server' with product ID '2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:00:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414259.614722, "first_run"=>"2016-07-09T01:00:00Z",
"total_run_count"=>20, "schedule"=>"2016-07-09T01:00:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57d90ea0fad30763e7173932"},
"args"=>["Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_Debug_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_Debug_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7Server:yum_importer",
"_id"=>"57d90ea0fad30763e7173932", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Red_Hat_Software_Collections__for_RHEL_Server_-Red_Hat_Software_Collections_Debug_RPMs_for_Red_Hat_Enterprise_Linux_7_RHEL_7_Server_EUS_x86_64_7Server/importers/yum_importer/schedules/sync/57d90ea0fad30763e7173932/"}
'Red Hat Software Collections Debug RPMs for Red Hat Enterprise Linux 7 RHEL 7
Server EUS x86_64 7Server' in Product 'Red Hat Software Collections for RHEL
Server' with product ID '2' has 1 sync plans attached to them
{"next_run"=>"2017-08-02T01:30:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414250.175171, "first_run"=>"2016-09-09T01:30:00Z",
"total_run_count"=>21, "schedule"=>"2016-09-09T01:30:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57cfe214fad3070762efffab"},
"args"=>["Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_7_Server_-_Oracle_Java_RPMs_x86_64_7_0"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_7_Server_-_Oracle_Java_RPMs_x86_64_7_0:yum_importer",
"_id"=>"57cfe214fad3070762efffab", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_7_Server_-_Oracle_Java_RPMs_x86_64_7_0/importers/yum_importer/schedules/sync/57cfe214fad3070762efffab/"}
'Red Hat Enterprise Linux 7 Server - Oracle Java RPMs x86_64 7.0' in Product
'Oracle Java for RHEL Server' with product ID '3' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T01:30:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414250.474125, "first_run"=>"2016-09-09T01:30:00Z",
"total_run_count"=>21, "schedule"=>"2016-09-09T01:30:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57cfe214fad3070763da6ede"},
"args"=>["Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_6_Server_-_Oracle_Java_RPMs_x86_64_6Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_6_Server_-_Oracle_Java_RPMs_x86_64_6Server:yum_importer",
"_id"=>"57cfe214fad3070763da6ede", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_6_Server_-_Oracle_Java_RPMs_x86_64_6Server/importers/yum_importer/schedules/sync/57cfe214fad3070763da6ede/"}
'Red Hat Enterprise Linux 6 Server - Oracle Java RPMs x86_64 6Server' in
Product 'Oracle Java for RHEL Server' with product ID '3' has 1 sync plans
attached to them
{"next_run"=>"2017-08-02T01:30:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414240.672589, "first_run"=>"2016-09-09T01:30:00Z",
"total_run_count"=>21, "schedule"=>"2016-09-09T01:30:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57cfe213fad3070761e455ae"},
"args"=>["Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_6_Server_-_Oracle_Java_RPMs_x86_64_6_7"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_6_Server_-_Oracle_Java_RPMs_x86_64_6_7:yum_importer",
"_id"=>"57cfe213fad3070761e455ae", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_6_Server_-_Oracle_Java_RPMs_x86_64_6_7/importers/yum_importer/schedules/sync/57cfe213fad3070761e455ae/"}
'Red Hat Enterprise Linux 6 Server - Oracle Java RPMs x86_64 6.7' in Product
'Oracle Java for RHEL Server' with product ID '3' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T01:30:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414248.164779, "first_run"=>"2016-09-09T01:30:00Z",
"total_run_count"=>21, "schedule"=>"2016-09-09T01:30:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57cfe214fad3070762efffac"},
"args"=>["Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_7_Server_-_Oracle_Java_RPMs_x86_64_7_2"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_7_Server_-_Oracle_Java_RPMs_x86_64_7_2:yum_importer",
"_id"=>"57cfe214fad3070762efffac", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_7_Server_-_Oracle_Java_RPMs_x86_64_7_2/importers/yum_importer/schedules/sync/57cfe214fad3070762efffac/"}
'Red Hat Enterprise Linux 7 Server - Oracle Java RPMs x86_64 7.2' in Product
'Oracle Java for RHEL Server' with product ID '3' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T01:30:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414254.819542, "first_run"=>"2016-09-09T01:30:00Z",
"total_run_count"=>21, "schedule"=>"2016-09-09T01:30:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57cfe214fad3070762efffad"},
"args"=>["Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_7_Server_-_Oracle_Java_RPMs_x86_64_7Server"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:02Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_7_Server_-_Oracle_Java_RPMs_x86_64_7Server:yum_importer",
"_id"=>"57cfe214fad3070762efffad", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_7_Server_-_Oracle_Java_RPMs_x86_64_7Server/importers/yum_importer/schedules/sync/57cfe214fad3070762efffad/"}
'Red Hat Enterprise Linux 7 Server - Oracle Java RPMs x86_64 7Server' in
Product 'Oracle Java for RHEL Server' with product ID '3' has 1 sync plans
attached to them
{"next_run"=>"2017-08-02T01:30:00Z", "remaining_runs"=>nil,
"last_updated"=>1480499222.992262, "first_run"=>"2016-09-09T01:30:00Z",
"total_run_count"=>21, "schedule"=>"2016-09-09T01:30:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57cfe213fad3070763da6edd"},
"args"=>["Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_7_Server_-_Oracle_Java_RPMs_x86_64_7_1"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_7_Server_-_Oracle_Java_RPMs_x86_64_7_1:yum_importer",
"_id"=>"57cfe213fad3070763da6edd", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_7_Server_-_Oracle_Java_RPMs_x86_64_7_1/importers/yum_importer/schedules/sync/57cfe213fad3070763da6edd/"}
'Red Hat Enterprise Linux 7 Server - Oracle Java RPMs x86_64 7.1' in Product
'Oracle Java for RHEL Server' with product ID '3' has 1 sync plans attached to
them
{"next_run"=>"2017-08-02T01:30:00Z", "remaining_runs"=>nil,
"last_updated"=>2553414262.145154, "first_run"=>"2016-09-09T01:30:00Z",
"total_run_count"=>21, "schedule"=>"2016-09-09T01:30:00Z/PT24H",
"kwargs"=>{"overrides"=>{}, "scheduled_call_id"=>"57cfe213fad3070762efffaa"},
"args"=>["Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_6_Server_-_Oracle_Java_RPMs_x86_64_6_8"],
"enabled"=>true, "last_run_at"=>"2020-11-30T09:44:03Z",
"task"=>"pulp.server.tasks.repository.sync_with_auto_publish",
"failure_threshold"=>nil,
"resource"=>"pulp:importer:Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_6_Server_-_Oracle_Java_RPMs_x86_64_6_8:yum_importer",
"_id"=>"57cfe213fad3070762efffaa", "consecutive_failures"=>1,
"_href"=>"/pulp/api/v2/repositories/Default_Organization-Oracle_Java__for_RHEL_Server_-Red_Hat_Enterprise_Linux_6_Server_-_Oracle_Java_RPMs_x86_64_6_8/importers/yum_importer/schedules/sync/57cfe213fad3070762efffaa/"}
'Red Hat Enterprise Linux 6 Server - Oracle Java RPMs x86_64 6.8' in Product
'Oracle Java for RHEL Server' with product ID '3' has 1 sync plans attached to
them