Skip to content
Snippets Groups Projects
Commit 1ca93ad0 authored by Ramon Nou's avatar Ramon Nou
Browse files

Change job id to slurm id

parent 0d8ecb94
No related branches found
No related tags found
1 merge request!116Update redis with information about adhocfs
Pipeline #4209 passed
......@@ -258,7 +258,7 @@ rpc_server::register_job(const network::request& req,
};
m_redis.value().hmset(std::to_string(slurm_id.value()), m.begin(),
m_redis.value().hmset(std::to_string(slurm_id), m.begin(),
m.end());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment