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
This issue is related to #95. Ideally we can use a regular AJAX-based mechanism without relying on external proxy-processors as we do right now using the remote NodeJS-based post processor.
Apart from that, the settings page should:
show whether a processing task is currently running;
if so: allow cancellation of the current running task
show when this job was started;
show the current progress (percentage, processed n posts of total)
when the task is finished, show an overview (processed n posts in m minutes)
allow the starting of a task (when a valid API profile exists)
The text was updated successfully, but these errors were encountered:
This issue is related to #95. Ideally we can use a regular AJAX-based mechanism without relying on external proxy-processors as we do right now using the remote NodeJS-based post processor.
Apart from that, the settings page should:
The text was updated successfully, but these errors were encountered: