Hello! I have set up a connection to run every hou...
# connector-development
c
Hello! I have set up a connection to run every hour from the UI. How can I control the hour offset at which it runs? For example, if I wanted it to start at 5 minutes past the hour every hour. Happy to set this in a manual way (i.e. in database or via API) if it is necessary as the timing of this job is important.
j
Hello, I think you can do a one time start at 1:05 and then set it for 1 hour of frequency and it should be taken care
i
Yes it looks that way. But say I want to schedule something at 2AM daily. Is there no other way to do it than be awake and pressing sync manually at 2AM?
m
@Harshith (Airbyte) What if I just change the
created_at
or
updated_at
timestamp in the
connection
table manually under the hood? Maybe then restart the scheduler? Could this be a manual way to do it?