Jesse Gorzinski

Results 96 comments of Jesse Gorzinski

Honestly, `-Xmx1G` is probably more than enough

Just commenting to let you know I'm still thinking about this one! It seems a difficult feature to add, but would like to keep it "on the radar."

@jbh, how's this one going? Anything I can help with?

@richardschoen et al, what I was thinking is that a "task" would be YAML-defined, much like services are now, just without the check-alive components. For instance ```yaml name: Export sales...

> @ThePrez Makes sense. If you create a Task Commander won't you have to have a scheduler behind it to kick off the task on a regular interval as well...

Greetings. Authority/permissions issues are the most common reason for autostart failure. You may need to manually edit the YAML and use `sbmjob_opts` See this snippet from the PostgreSQL sample: https://github.com/ThePrez/ServiceCommander-IBMi/blob/main/samples/oss_common/postgres.yaml#L17

Ope! Also, because the strtcpcvr code runs the QTCP user profile, the service definition needs to be available to that user. The easy way is to make it global (you...

> ork, QTCP (running SC for `AUTOSTART(*YES)`) does not have `*ALLOBJ` (by default) and thus must have `*USE` authority to your userprofile `gueney`! > One thing to add, though: at...