diff --git a/docs/configuration.md b/docs/configuration.md
index 8e4c48c81f8beed5648e9d138f41d7678a186503..dc5553f3da770d1695c1928c9298b993c4c3455e 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -201,6 +201,13 @@ Apart from these, the following properties are also available, and may be useful
     multi-user services.
   </td>
 </tr>
+<tr>
+  <td>spark.scheduler.revive.interval</td>
+  <td>1000</td>
+  <td>
+    The interval length for the scheduler to revive the worker resource offers to run tasks. (in milliseconds)
+  </td>
+</tr>
 <tr>
   <td>spark.reducer.maxMbInFlight</td>
   <td>48</td>