Home | History | Annotate | Download | only in scheduler

Lines Matching refs:pidfile_id

40         self.pidfile_id = None
62 self.pidfile_id = self._drone_manager.execute_command(
73 self.pidfile_id = self._drone_manager.get_pidfile_id_from(
76 self._drone_manager.declare_process_count(self.pidfile_id, num_processes)
97 assert self.pidfile_id is not None, (
100 self.pidfile_id, use_second_read=use_second_read)
111 'pidfile_id': str(self.pidfile_id)}
158 message = 'No pid found at %s' % self.pidfile_id
167 logging.warning("%s didn't exit after SIGTERM", self.pidfile_id)