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 one year ago
Votes Newest

Answers 10


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 one year 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 one year 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 one year ago

i did not pass any date clearml took it internally.

  
  
Posted one year ago

this is the code for task scheduler
image

  
  
Posted one year ago

files_server:

://genuin-ai/

should be:

files_server: 
  
  
Posted one year ago

thanks @<1523701205467926528:profile|AgitatedDove14> indeed this was the error.

  
  
Posted one year ago

How are you setting it up?

  
  
Posted one year ago

Hi @<1526734437587357696:profile|ShaggySquirrel23> , how do you configure your default upload destination?

  
  
Posted one year 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 one year ago