Search found 22 matches

by giel_4321
Fri Feb 19, 2021 10:11 am
Forum: General
Topic: Restrict users from starting/stopping/deleting jobs
Replies: 4
Views: 16903

Restrict users from starting/stopping/deleting jobs

Hi Timur’

Is there a way to restrict users from starting/stopping or deleting jobs in the web interface?
by giel_4321
Tue Sep 22, 2020 6:21 am
Forum: General
Topic: Customize icons for services
Replies: 1
Views: 2407

Customize icons for services

What is the procedure to create new services with custom icons?
by giel_4321
Mon Sep 07, 2020 11:27 am
Forum: General
Topic: Pythonic way to get information on a job/task.
Replies: 6
Views: 5126

Re: Pythonic way to get information on a job/task.

Is there any function i can call to get ETA or is there any equation?
by giel_4321
Sun Sep 06, 2020 10:59 am
Forum: General
Topic: Pythonic way to get information on a job/task.
Replies: 6
Views: 5126

Re: Pythonic way to get information on a job/task.

Thanks again def setPrioritybyId(self,jobId, priority, verbose=False): """Missing DocString :param jobId: :param str params: :param bool verbose: :return: """ self.action = 'action' self.data['type'] = 'jobs' self.data['ids'] = [jobId] self.data['params'] = {'priority':...
by giel_4321
Sun Sep 06, 2020 9:34 am
Forum: General
Topic: Pythonic way to get information on a job/task.
Replies: 6
Views: 5126

Re: Pythonic way to get information on a job/task.

Thanks Timur, found the way to get info about job.But i would also like to know how can i set job priority with job id.
by giel_4321
Sat Sep 05, 2020 3:25 am
Forum: General
Topic: Pythonic way to get information on a job/task.
Replies: 6
Views: 5126

Pythonic way to get information on a job/task.

How can I retrieve information on job or a task using python.

For example like current progress, how many tasks the job have, name of artist etc.
by giel_4321
Mon Aug 17, 2020 1:57 pm
Forum: General
Topic: Task has not started
Replies: 5
Views: 7377

Re: Task has not started

you probably might have found the solution already for this. But I was having the same issue while updating cgru.As for future reference I am adding my solution. I found that services was having conflict while submitting the job. Removing services from af.block will take the generic service and will...
by giel_4321
Mon Aug 17, 2020 1:03 pm
Forum: AfWatch
Topic: Modifying Afanasy interface
Replies: 6
Views: 7356

Re: Modifying Afanasy interface

:D Noted Thank You
by giel_4321
Mon Aug 17, 2020 12:55 pm
Forum: AfWatch
Topic: Modifying Afanasy interface
Replies: 6
Views: 7356

Re: Modifying Afanasy interface

Hi,

Thank you. Which folder/file exactly in github where I can find it source code afwatch gui?
by giel_4321
Mon Aug 17, 2020 12:18 pm
Forum: AfWatch
Topic: Modifying Afanasy interface
Replies: 6
Views: 7356

Re: Modifying Afanasy interface

so only admins can access AF Watch as God mode and artist can only view there jobs.Is AF Watch source code available?