diff --git a/examples/agent_services.py b/examples/agent_services.py index a0ce10a51..3abcdc947 100755 --- a/examples/agent_services.py +++ b/examples/agent_services.py @@ -46,6 +46,11 @@ # Define an [n]-core local pilot that runs for [x] minutes # Here we use a dict to initialize the description object + + sd = rp.TaskDescription({'executable': '/bin/sh', + 'arguments' : ['-c', 'radical-pilot-service-signal'], + 'named_env' : 'rp'}) + pd_init = {'resource' : resource, 'runtime' : 30, # pilot runtime (min) 'exit_on_error' : True,