Wait but I don't want to execute it
(I'm working with maria)
essentially, what maria says is when she has a script with uncomitted changes, when executing remotely, the script that actually runs on the remote machine is without the uncomitted changes
e.g.:
Her git status
is clean, she makes some changes to script.py
and executes it remotely. What gets executed remotely is the original script.py
and not the modified version she has locally
How can I change the version of the Cleanup Service?
I'll just exclude .cfg files from the deletion, my question is how to recover, must i recreate the agents or there is another way?
Oh I get it, I thought it is only a UI issue... but it actually doesn't send it O_O
This is what I meant should be documented - the permissions...
so putting the docs aside, what permissions should I give to the IAM associated with trains' autoscale ?
can't remember, I just restarted everything so I don't have this info now
so in my code, I'll use this environment variable to read from disk
Yeah but I don't get what it is for - for now I have 2 agents, each listening to some queues. I actually ignore the "services" queue until now
I don't get the difference between how I'm using my agents now, just starting them on machines, and making them listen to queues, to using the "services" mode
later today or tomorrow, I'll update
which permissions should it have? I would like to avoid full EC2 access if possible, and only choose the necessary permissions
The latest, I curl
ed the docker-compose like 10 minutes ago
the Task
object has a method called Task.execute_remotely
Look it up here:
https://allegro.ai/docs/task.html#trains.task.Task.execute_remotely