markborkum / pacifica-proxymod

Pacifica notifications receiver for IMMM-SFA/proxymod
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Replace "local" runners with "remote" runners #1

Closed markborkum closed 5 years ago

markborkum commented 5 years ago

Pacifica REPLACE_ME version

n/a

Pacifica Core Software versions

n/a

Platform Details

n/a

Scenario:

In pacifica.proxymod.router module, replace instances of pacifica.notifications.client.downloader_runners.LocalDownloaderRunner and pacifica.notifications.client.uploader_runners.LocalUploaderRunner with pacifica.notifications.client.downloader_runners.RemoteDownloaderRunner and pacifica.notifications.client.uploader_runners.RemoteUploaderRunner respectively.

To affect this change, https://github.com/pacifica/pacifica-python-downloader/pull/14 needs to be merged.

Steps to Reproduce:

n/a

Expected Result:

n/a

Actual Result:

n/a