Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello Everyone I Am Trying To Use Task Scheduler To Make A Cron Job. I Have Used S3 Bucket As My File Server But When This Cron Runs It Gives The Error Not Able To Connect To S3. What Should I Do?

hello everyone i am trying to use task scheduler to make a cron job. I have used s3 bucket as my file server but when this cron runs it gives the error not able to connect to s3. what should i do?
image
image

  
  
Posted 2 years ago
Votes Newest

Answers 10


files_server:

://genuin-ai/

should be:

files_server: 
  
  
Posted 2 years ago

Hi ShaggySquirrel23 , how do you configure your default upload destination?

  
  
Posted 2 years ago

this is the code for task scheduler
image

  
  
Posted 2 years ago

i did not pass any date clearml took it internally.

  
  
Posted 2 years ago

Yes, that makes sense. But did you see the callback being executed ? it seems it was supposed to, then the next call would have been 2:30 hours later, am I missing something ?

  
  
Posted 2 years ago

this is the code for task scheduler

So it makes sense the first "scheduled" job is epoch time 0 (1970) because "executes_immediately" basically means it sets a date that passed, so it triggers it. does that make sense ?

  
  
Posted 2 years ago

thanks AgitatedDove14 indeed this was the error.

  
  
Posted 2 years ago

How are you setting it up?

  
  
Posted 2 years ago

now i am getting this weird error that my cron job waits for infinite time on service queue and doesnot invoke the scheduled task? how to change year 1970 to current time.
image
image

  
  
Posted 2 years ago

in clearml.conf file like this
api {
# Notice: 'host' is the api server (default port 8008), not the web server.
api_server: ***************
web_server: **************
files_server: None ://genuin-ai/

}

  
  
Posted 2 years ago