0

Is it possible to explain the below and why it is not supported by PCF?

Admin Processes

Run admin/management tasks as one-off processes. This is not currently supported by PCF, so applications and application suites that require this functionality need to be examined more closely for replatforming suitability.

Punter Vicky
  • 15,954
  • 56
  • 188
  • 315
  • Where does that quoted text come from? – Stephen C Sep 27 '17 at 03:03
  • It comes from a document that I received from pivotal cloud foundry about couple of years ago. – Punter Vicky Sep 27 '17 at 10:30
  • So ... how do you know if it isn't (up to two years) out of date? I can't find anything like that statement in a Google search! – Stephen C Sep 27 '17 at 11:12
  • Yes , I tried searching too , but wasn’t able to find . Just wanted to check if someone can help me understand what is meant by admin process , why it wasn’t supported by pcf and if it is supported now – Punter Vicky Sep 27 '17 at 11:14
  • I think you would be better off asking Pivotal directly. They have a support site ... even a 1-800 number. Talk to them: they won't bite you! – Stephen C Sep 27 '17 at 11:16
  • I got it as part of training but don’t have any contact within that organization at the moment. But sure will try to see if anyone else that i know has. – Punter Vicky Sep 27 '17 at 11:18

1 Answers1

1

You may want to look at running tasks on Cloudfoundry: https://docs.cloudfoundry.org/devguide/using-tasks.html

So yes, this is supported.

user152468
  • 3,202
  • 6
  • 27
  • 57