String task = request.getParameter("curate_task");
Curator curator = getCurator(task);
boolean success = false;
try
{
curator.queue(context, handle, TASK_QUEUE_NAME);
success = true;
}
catch (Exception e)
{
// no-op (any error should be logged by the Curator itself)