You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here the schedule_time is shown to be in milliseconds. It should actually be unix time in seconds.
Also, Flume.enqueue_in/4, Flume.enqueue_in/5 and Flume.enqueue_in/6 accept argument time_in_seconds. It is confusing. A better name for this argument would be unix_time_in_seconds.
The text was updated successfully, but these errors were encountered:
Readme -> Scheduling
Here the
schedule_time
is shown to be in milliseconds. It should actually be unix time in seconds.Also,
Flume.enqueue_in/4
,Flume.enqueue_in/5
andFlume.enqueue_in/6
accept argumenttime_in_seconds
. It is confusing. A better name for this argument would beunix_time_in_seconds
.The text was updated successfully, but these errors were encountered: